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.6.1.

Thanks for the report and the fix.

https://github.com/cython/cython/pull/450

Stefan
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to