]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9707: Rewritten reference implementation of threading.local which
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 7 Sep 2010 22:06:17 +0000 (22:06 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 7 Sep 2010 22:06:17 +0000 (22:06 +0000)
commit783eea722bf6e7c9d679d5230cd327e68b4c55f7
tree970d36cd9f167624de14643ad653ec5b1d65f841
parent2673c5bf5e9640bd2fbdc20c03dd7e95e39310e0
Issue #9707: Rewritten reference implementation of threading.local which
is friendlier towards reference cycles.  This change is not normally
visible since an optimized C implementation (_thread._local) is used
instead.
Lib/_threading_local.py
Lib/test/test_threading_local.py
Misc/NEWS