mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
bpo-31370: Remove references to threadless builds (#8805)
Support for threadless builds was removed in a6a4dc81
.
This commit is contained in:
parent
508d820512
commit
eef059657d
4 changed files with 10 additions and 19 deletions
|
@ -30,9 +30,6 @@ from test import support
|
|||
_multiprocessing = test.support.import_module('_multiprocessing')
|
||||
# Skip tests if sem_open implementation is broken.
|
||||
test.support.import_module('multiprocessing.synchronize')
|
||||
# import threading after _multiprocessing to raise a more relevant error
|
||||
# message: "No module named _multiprocessing". _multiprocessing is not compiled
|
||||
# without thread support.
|
||||
import threading
|
||||
|
||||
import multiprocessing.connection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue