]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New test adapted from the ancient Demo/threads/bug.py.
authorTim Peters <tim.peters@gmail.com>
Tue, 22 May 2001 09:34:27 +0000 (09:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 22 May 2001 09:34:27 +0000 (09:34 +0000)
commitaa222234c0836d32030c667240f20d8879e7f6b3
tree05856fd0ae5da12e8bf8a39babebde78d15f8c1d
parent12e74b3cf2019aec843a5ab2208247c8585c7965
New test adapted from the ancient Demo/threads/bug.py.

ICK ALERT:  read the long comment block before run_the_test().  It was
almost impossible to get this to run without instant deadlock, and the
solution here sucks on several counts.  If you can dream up a better way,
let me know!
Lib/test/test_threaded_import.py [new file with mode: 0644]