[issue8368] Memory leak on multi-threaded PyObject_CallObject

Krauzi report at bugs.python.org
Sun Apr 11 22:38:44 CEST 2010


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

ah no you misunderstood me. Please add a system("pause") and a system("pause") at the beginning of the while(1)-loop and one at the end. Then compare the memory usage of the program at the beginning (lets say it's 2,6 MB) with the usage at the second pause. In may case its 3,9 MB at this point. THIS is what i mean with the leak. On my computer on about 30000-35000 calls i pass the 4 MB "border".

----------

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


More information about the Python-bugs-list mailing list