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 methane
Recipients Mark.Shannon, audric, benjamin.peterson, methane, rhettinger, serhiy.storchaka, tim.peters, vstinner, xiang.zhang
Date 2017-02-10.18:18:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486750699.51.0.291446245666.issue29438@psf.upfronthosting.co.za>
In-reply-to
Content
Since Python 3.5's key sharing dict allows deletion, py35-2.patch is slightly different from py36-2.patch.

Since dictresize won't happen in normal (no weakref/__del__ callback)  deletion,
I removed `CACHED_KEYS(tp) = NULL` entirely.
History
Date User Action Args
2017-02-10 18:18:19methanesetrecipients: + methane, tim.peters, rhettinger, vstinner, benjamin.peterson, Mark.Shannon, serhiy.storchaka, xiang.zhang, audric
2017-02-10 18:18:19methanesetmessageid: <1486750699.51.0.291446245666.issue29438@psf.upfronthosting.co.za>
2017-02-10 18:18:19methanelinkissue29438 messages
2017-02-10 18:18:19methanecreate