]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Blocked revisions 70405 via svnmerge
authorGeorg Brandl <georg@python.org>
Sun, 5 Apr 2009 21:48:32 +0000 (21:48 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 5 Apr 2009 21:48:32 +0000 (21:48 +0000)
commit8d8b50a7e70cd8cc1967fbd268c2f09516eb5d3c
tree367722b5a374b7f914601e1324aed34b7d34be40
parent40e15edd65e1a08c3b6edcd6c00dc60239b5089d
Blocked revisions 70405 via svnmerge

........
  r70405 | georg.brandl | 2009-03-15 23:11:07 +0100 (So, 15 Mär 2009) | 7 lines

  Move the previously local import of threading to module level.

  This is cleaner and avoids lockups in obscure cases where a Queue
  is instantiated while the import lock is already held by another thread.

  OKed by Tim Peters.
........