[issue23590] Potential leak in PyFloat_AsDouble. Refcount error.

Patrick Miller report at bugs.python.org
Thu Mar 5 16:16:07 CET 2015


Patrick Miller added the comment:

Here's a simple recreator... It returns a 100-meg string instead of a float.  The memory is leaked each time through the loop

----------
Added file: http://bugs.python.org/file38343/recreate.tar

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23590>
_______________________________________


More information about the Python-bugs-list mailing list