SIGN IN SIGN UP

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.
V
Victor Stinner committed
7eee5beaf87be898a679278c480e8dd0df76d351
Parent: b846247
Committed by GitHub <noreply@github.com> on 11/20/2019, 9:38:34 AM