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, josh.r, ncoghlan, serhiy.storchaka
Date 2016-09-21.06:29:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474439388.82.0.594917604386.issue28202@psf.upfronthosting.co.za>
In-reply-to
Content
@serhiy.storchaka, The reference counts before PyDict_DelItemString are same on Python 3.3, 3.5 and 3.6.
Py_REFCNT(py_module)1
Py_REFCNT(py_dict)4
History
Date User Action Args
2016-09-21 06:29:48Jack Liusetrecipients: + Jack Liu, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka, josh.r
2016-09-21 06:29:48Jack Liusetmessageid: <1474439388.82.0.594917604386.issue28202@psf.upfronthosting.co.za>
2016-09-21 06:29:48Jack Liulinkissue28202 messages
2016-09-21 06:29:48Jack Liucreate