commit | 8d8b50a7e70cd8cc1967fbd268c2f09516eb5d3c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Apr 05 21:48:32 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Apr 05 21:48:32 2009 +0000 |
tree | 367722b5a374b7f914601e1324aed34b7d34be40 | |
parent | 40e15edd65e1a08c3b6edcd6c00dc60239b5089d [diff] |
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. ........