Message287564
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. |
|
Date |
User |
Action |
Args |
2017-02-10 18:18:19 | methane | set | recipients:
+ methane, tim.peters, rhettinger, vstinner, benjamin.peterson, Mark.Shannon, serhiy.storchaka, xiang.zhang, audric |
2017-02-10 18:18:19 | methane | set | messageid: <1486750699.51.0.291446245666.issue29438@psf.upfronthosting.co.za> |
2017-02-10 18:18:19 | methane | link | issue29438 messages |
2017-02-10 18:18:19 | methane | create | |
|