]> granicus.if.org Git - python/commit
Merged revisions 76119 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 5 Nov 2009 13:51:19 +0000 (13:51 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 5 Nov 2009 13:51:19 +0000 (13:51 +0000)
commita954607cd3c27bc55d3f42af54d0ba1636f357a9
treec74a458560abaadd349c24755ab58ddaab5f78fe
parent142d236442a52f458f6fece1c29e2cd8678cfd23
Merged revisions 76119 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76119 | antoine.pitrou | 2009-11-05 14:49:14 +0100 (jeu., 05 nov. 2009) | 10 lines

  Merged revisions 76117 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r76117 | antoine.pitrou | 2009-11-05 14:42:29 +0100 (jeu., 05 nov. 2009) | 5 lines

    Issue #7264: Fix a possible deadlock when deallocating thread-local objects
    which are part of a reference cycle.
  ........
................
Lib/_threading_local.py
Lib/threading.py
Misc/NEWS