mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
83d46e0622
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".
Miscellaneous source files for the main Python shared library