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 Jack Liu
Recipients Jack Liu, brett.cannon, eric.snow, ncoghlan
Date 2016-09-20.03:10:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474341005.85.0.490820848313.issue28202@psf.upfronthosting.co.za>
In-reply-to
Content
@eric.snow, Thank you for the replay. You understood right.

I run this module as __main__ module, so there is no other modules to reference this module. And as I debugged, the ref count of this module became 0 after calling PyDict_DelItemString, but global variable in this module was not released with Python 3.5.1. Is that memory leak? As I said, it worked on python 3.3. Is it a regression in python 3.5.1? Any workaround to resolve this problem? It's an urgency issue to me.
History
Date User Action Args
2016-09-20 03:10:06Jack Liusetrecipients: + Jack Liu, brett.cannon, ncoghlan, eric.snow
2016-09-20 03:10:05Jack Liusetmessageid: <1474341005.85.0.490820848313.issue28202@psf.upfronthosting.co.za>
2016-09-20 03:10:05Jack Liulinkissue28202 messages
2016-09-20 03:10:05Jack Liucreate