Message8959

Author Adel
Recipients Adel
Date 2014-09-07.12:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410093873.51.0.456188949111.issue2199@psf.upfronthosting.co.za>
In-reply-to
Content
Memory Leak on the ShutdownCloser Objects that exist in a static map inside PySystemState that used in the Python Interpreter when create many Interpreter. These objects of type "ShutdownCloser" preserve in the memory and don't remove although if you call GC explicitly.
History
Date User Action Args
2014-09-07 12:44:33Adelsetrecipients: + Adel
2014-09-07 12:44:33Adelsetmessageid: <1410093873.51.0.456188949111.issue2199@psf.upfronthosting.co.za>
2014-09-07 12:44:33Adellinkissue2199 messages
2014-09-07 12:44:32Adelcreate