Files
cpython/Python
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
..
2019-04-23 18:29:57 +09:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library