]> granicus.if.org Git - python/commit
Merged revisions 84344 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Aug 2010 18:29:13 +0000 (18:29 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Aug 2010 18:29:13 +0000 (18:29 +0000)
commita408350a08d4aadaec7573648ab91651c32a90df
tree717563d43e1d65ed46661ba04508513146946e52
parent7e8fd5ed22f19ede1290fdc692c607556d4e16da
Merged revisions 84344 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84344 | antoine.pitrou | 2010-08-28 20:17:03 +0200 (sam., 28 août 2010) | 4 lines

  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