]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 84344 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Aug 2010 18:27:09 +0000 (18:27 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 28 Aug 2010 18:27:09 +0000 (18:27 +0000)
commitfcd2a7960c610c149eec66c16e999032457f47eb
treea25d0ee3bb1ea18a14bd0a86bad54057841f76c1
parent06509381a88aa3abb71f70674108fdeb42238606
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