[issue8368] Memory leak on multi-threaded PyObject_CallObject

Krauzi report at bugs.python.org
Sun Apr 11 17:23:56 CEST 2010


Krauzi <krauzi_gmbh at yahoo.de> added the comment:

i think the PyObject_Call* is the problem because when i comment it out, i do not longer get leaks. The arguments are also correctly decremented because i also can use NULL as argument and i get the same mem leaks like before.

----------

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


More information about the Python-bugs-list mailing list