mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Fix various missing import/unbound name errors.
This commit is contained in:
parent
1a0ffe168a
commit
d10d8ee2a1
4 changed files with 11 additions and 10 deletions
|
|
@ -6,6 +6,7 @@
|
|||
# randrange, and then Python hangs.
|
||||
|
||||
import thread
|
||||
import unittest
|
||||
from test.test_support import verbose, TestFailed
|
||||
|
||||
critical_section = thread.allocate_lock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue