bpo-31370: Remove references to threadless builds (#8805)

Support for threadless builds was removed in a6a4dc81.
This commit is contained in:
Zackery Spytz 2018-09-29 10:07:11 -06:00 committed by Brian Curtin
parent 508d820512
commit eef059657d
4 changed files with 10 additions and 19 deletions

View file

@ -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