mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Trivial cleanups following bpo-31370 (#3649)
* Trivial cleanups following bpo-31370 * Also cleanup the "importlib._bootstrap_external" module
This commit is contained in:
parent
b43c4caf81
commit
88c60c9668
16 changed files with 171 additions and 209 deletions
|
@ -1,7 +1,6 @@
|
|||
# tests __main__ module handling in multiprocessing
|
||||
from test import support
|
||||
# Skip tests if _thread or _multiprocessing wasn't built.
|
||||
support.import_module('_thread')
|
||||
# Skip tests if _multiprocessing wasn't built.
|
||||
support.import_module('_multiprocessing')
|
||||
|
||||
import importlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue