This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gardster
Recipients gardster
Date 2009-08-20.12:38:30
SpamBayes Score 1.1785721e-05
Marked as misclassified No
Message-id <1250771912.15.0.32080385055.issue6741@psf.upfronthosting.co.za>
In-reply-to
Content
WinCRT debug detects several memory leaks after calling py_Initialize
(); py_Finalize(); functions. Most of them are garbage collector 
visible python's objects. I suggest to create "release" method in 
garbage collector which will distruct all objects in GC list without 
reference count checking, and call this method at the end of py_Finalize
() function. I think, that it will help to avoid memory leaks after 
calling py_Finalize() function.
History
Date User Action Args
2009-08-20 12:38:32gardstersetrecipients: + gardster
2009-08-20 12:38:32gardstersetmessageid: <1250771912.15.0.32080385055.issue6741@psf.upfronthosting.co.za>
2009-08-20 12:38:30gardsterlinkissue6741 messages
2009-08-20 12:38:30gardstercreate