mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
4f9a446f3f
* Rewrite importlib _get_module_lock(): it is now responsible to hold the imp lock directly. * _find_and_load() now holds the module lock to check if name is in sys.modules to prevent a race condition
Miscellaneous source files for the main Python shared library