mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Removed some unused imports to decrease the amount of loaded modules during startup.
Added fallback to _dummy_thread for OSs w/o thread support.
This commit is contained in:
parent
34ed9f7c5e
commit
deb75f579b
2 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,6 @@
|
|||
# See bug 683658.
|
||||
import linecache
|
||||
import sys
|
||||
import types
|
||||
|
||||
__all__ = ["warn", "showwarning", "formatwarning", "filterwarnings",
|
||||
"resetwarnings"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue