Files
cpython/Include
Victor Stinner 7eee5beaf8 bpo-38858: Factorize Py_EndInterpreter() code (GH-17273)
* Factorize code in common between Py_FinalizeEx() and
  Py_EndInterpreter().
* Py_EndInterpreter() now also calls _PyWarnings_Fini().
* Call _PyExc_Fini() and _PyGC_Fini() later in the finalization.
2019-11-20 10:38:34 +01:00
..
2019-11-16 01:04:44 +01:00
2019-11-20 02:06:33 +01:00
2019-08-23 16:39:09 +01:00