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-21.03:44:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474429485.57.0.0871107227749.issue28202@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is resolved if call PyGC_Collect() after PyDict_DelItemString(). Is it expected to call PyGC_Collect() here?
History
Date User Action Args
2016-09-21 03:44:45Jack Liusetrecipients: + Jack Liu, brett.cannon, ncoghlan, eric.snow
2016-09-21 03:44:45Jack Liusetmessageid: <1474429485.57.0.0871107227749.issue28202@psf.upfronthosting.co.za>
2016-09-21 03:44:45Jack Liulinkissue28202 messages
2016-09-21 03:44:45Jack Liucreate