Files
cpython/Modules
Victor Stinner 8e91c246e4 bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
* Add a 'runtime' variable to Py_FinalizeEx() rather than working
  directly on the global variable _PyRuntime
* Add a 'runtime' parameter to _PyGC_Fini(), _PyGILState_Fini()
  and call_ll_exitfuncs()
2019-04-24 17:24:01 +02:00
..
2017-11-08 14:44:44 -08:00

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