Files
cpython/Modules
Victor Stinner 9db0324712 bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
Add 'state' or 'runtime' parameter to functions in gcmodule.c to
avoid to rely directly on the global variable _PyRuntime.
2019-04-26 02:32:01 +02:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.