[New-bugs-announce] [issue8368] Memory leak on multi-threaded PyObject_CallObject

Krauzi report at bugs.python.org
Sun Apr 11 15:32:16 CEST 2010


New submission from Krauzi <krauzi_gmbh at yahoo.de>:

Hi guys, i think this is a bug and Matt from help at python.org suggested me to report it here:
I attached a sample project where the memory leak occurs.I created a sample project where the memory leak occurs.
It's a visual studio 2008 project and uses windows threads so you have to recompile when using linux (makefile not included). 500 thread calls result in a memory leak of about 1 MB.

----------
files: Python Bug.zip
messages: 102832
nosy: Krauzi
severity: normal
status: open
title: Memory leak on multi-threaded PyObject_CallObject
versions: Python 2.6
Added file: http://bugs.python.org/file16868/Python Bug.zip

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


More information about the New-bugs-announce mailing list