Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-38858: Factorize Py_EndInterpreter() code#17273

Merged
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:finalize_interpCopy head branch name to clipboard
Nov 20, 2019
Merged

bpo-38858: Factorize Py_EndInterpreter() code#17273
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:finalize_interpCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Nov 20, 2019

Copy link
Copy Markdown
Member

Factorize code in common between Py_FinalizeEx() and
Py_EndInterpreter().

Py_EndInterpreter() now also calls _PyGC_Fini() and _PyWarnings_Fini().

https://bugs.python.org/issue38858

* 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.
@vstinner vstinner merged commit 7eee5be into python:master Nov 20, 2019
@vstinner vstinner deleted the finalize_interp branch November 20, 2019 09:38
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
* 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.
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.