]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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)
........
  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.
........


No differences found