cpython/Misc/NEWS.d/next
Victor Stinner 83d46e0622
bpo-40050: Fix importlib._bootstrap_external (GH-19135)
Remove two unused imports: _thread and _weakref. Avoid creating a new
winreg builtin module if it's already available in sys.modules.

The winreg module is now stored as "winreg" rather than "_winreg".
2020-03-24 18:03:34 +01:00
..
Build Python 3.9.0a5 2020-03-23 17:19:13 +01:00
C API Python 3.9.0a5 2020-03-23 17:19:13 +01:00
Core and Builtins bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) 2020-03-24 16:32:26 +01:00
Documentation Python 3.9.0a5 2020-03-23 17:19:13 +01:00
IDLE Python 3.9.0a5 2020-03-23 17:19:13 +01:00
Library bpo-40050: Fix importlib._bootstrap_external (GH-19135) 2020-03-24 18:03:34 +01:00
Security Python 3.9.0a5 2020-03-23 17:19:13 +01:00
Tests Python 3.9.0a5 2020-03-23 17:19:13 +01:00
Tools-Demos Python 3.9.0a5 2020-03-23 17:19:13 +01:00
Windows Python 3.9.0a5 2020-03-23 17:19:13 +01:00
macOS Python 3.9.0a5 2020-03-23 17:19:13 +01:00