[Cython] Bug - PyPy tuple leak in __Pyx_PyObject_CallOneArg?

Stefan Behnel stefan_ml at behnel.de
Sat Oct 10 04:07:17 EDT 2015


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


More information about the cython-devel mailing list