Staging
v0.5.1
https://github.com/python/cpython
Revision 4c9c260c1a8222d5ecb060e4535910c8cfde0dbd authored by Philip Jenvey on 29 September 2009, 05:30:42 UTC, committed by Philip Jenvey on 29 September 2009, 05:30:42 UTC
fixes local subclasses leaving old state around after a ref cycle GC which
could be recycled by new locals
(backported from r75123)
1 parent b4dc921
History
Tip revision: 4c9c260c1a8222d5ecb060e4535910c8cfde0dbd authored by Philip Jenvey on 29 September 2009, 05:30:42 UTC
#6990: clear threading.local's key only after its thread state is removed:
Tip revision: 4c9c260
File Mode Size
_Appmodule.c -rw-r--r-- 55.2 KB
appscan.py -rw-r--r-- 2.8 KB
appsupport.py -rw-r--r-- 5.1 KB

back to top