Thanks for the report. This should be fixed with
https://github.com/cython/cython/commit/eef2bc650945d69158e888653a2f8bd6bbad3db3
On Sat, Oct 10, 2015 at 2:11 PM, Julian Taylor via cython-devel
wrote:
> hi,
> since ab78f93b3ffa88183a0d2aae6b692e394c51f860 scipy does not build anymore:
> the faili
hi,
since ab78f93b3ffa88183a0d2aae6b692e394c51f860 scipy does not build anymore:
the failing file is:
https://github.com/scipy/scipy/blob/master/scipy/sparse/csgraph/_reordering.pyx
error:
Traceback (most recent call last):
File "/usr/bin/cython", line 8, in
main(command_line = 1)
File
"/
Masood Malekghassemi via cython-devel schrieb am 08.10.2015 um 01:06:
> I'm having trouble with getting Cython to play nicely with the coverage.py
> tool via the Cython.Coverage plug-in.
>
> We have tests that are running from a different setup.py project than the
> one which contains the Cython f
Hi everyone,
here is a minor bug-fix release for the 0.23 release series that repairs
some problems and regressions.
https://pypi.python.org/pypi/Cython/0.23.4
Complete changelog follows below.
You can get the signed release from here:
http://cython.org/
http://cython.org/release/Cython-0.23
Jason Madden schrieb am 09.10.2015 um 18:04:
> We recently had a user report an easily reproducible leak of tuples of
> one element. Tracking it down, it appears that __Pyx_PyObject_CallOneArg
> creates a new tuple under PyPy, but neglects to free it. This was tested
> with Cython 0.23.3 and PyPy 2
Hello,
I'm one of the maintainers of the gevent concurrency library, which has
recently been ported to run on PyPy. Under PyPy, a small portion of the code is
compiled with Cython in order to get the desired atomic semantics
(specifically, a semaphore class). We recently had a user report an ea