]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add "import thread" at the top of the module; this prevents us from
authorGuido van Rossum <guido@python.org>
Sat, 14 Apr 2001 14:35:43 +0000 (14:35 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 14 Apr 2001 14:35:43 +0000 (14:35 +0000)
commit9df3eabd6ef2a0a177976eacb785e630680c0437
tree965a7f5146ad0d96f22a799c3991f10ade467014
parent7be8ca0d427c15ef0174623fc7c5a0691a97d08c
Add "import thread" at the top of the module; this prevents us from
failing later when Python is compiled without threading but a failing
'threading' module can be imported due to an earlier (caught) attempt.
Lib/test/test_asynchat.py
Lib/test/test_threadedtempfile.py