]> granicus.if.org Git - python/commit
Merged revisions 75125 via svnmerge from
authorPhilip Jenvey <pjenvey@underboss.org>
Tue, 29 Sep 2009 05:03:48 +0000 (05:03 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Tue, 29 Sep 2009 05:03:48 +0000 (05:03 +0000)
commit962b05c3a972fdc29155043acfa238d49a573218
treed9ec04e547b9f1bc526e06f2f7978e3895500dbb
parent576fbbde5609667a15749239117b7da7b95e70e7
Merged revisions 75125 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r75125 | philip.jenvey | 2009-09-28 21:57:18 -0700 (Mon, 28 Sep 2009) | 11 lines

  Recorded merge of revisions 75123 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r75123 | philip.jenvey | 2009-09-28 21:32:44 -0700 (Mon, 28 Sep 2009) | 4 lines

    #6990: clear threading.local's key only after its thread state is removed:
    fixes local subclasses leaving old state around after a ref cycle GC which
    could be recycled by new locals
  ........
................
Lib/test/test_threading_local.py
Misc/NEWS
Modules/_threadmodule.c