INADA Naoki added the comment:

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.

----------
Added file: 
http://bugs.python.org/file46626/29438-sharedkey-useafterfree-py35-2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29438>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to