]> granicus.if.org Git - python/commit
Issue #1868: Eliminate subtle timing issues in thread-local objects by
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Aug 2010 18:17:03 +0000 (18:17 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Aug 2010 18:17:03 +0000 (18:17 +0000)
commit1a9a9d543327397396827642895410183f8902d5
tree56ded308662fe5b0a410edef287cb23133ccc574
parent64a38c0eb5b7fd6e4ee5f3e912cff9eda8dd19af
Issue #1868: Eliminate subtle timing issues in thread-local objects by
getting rid of the cached copy of thread-local attribute dictionary.
Include/object.h
Lib/_threading_local.py
Lib/test/test_threading_local.py
Misc/NEWS
Modules/_threadmodule.c
Objects/object.c