diff options
author | Victor Stinner <vstinner@python.org> | 2019-11-20 17:39:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-20 17:39:12 (GMT) |
commit | b93f31fcd9f10b213c614d4944baf9ca2df2016c (patch) | |
tree | 41df423e9ce834db623f3c14e24fca756ab45b4f /Makefile.pre.in | |
parent | de148f263fba75cd10d2cb010fe9c495cee4ec83 (diff) | |
download | cpython-b93f31fcd9f10b213c614d4944baf9ca2df2016c.zip cpython-b93f31fcd9f10b213c614d4944baf9ca2df2016c.tar.gz cpython-b93f31fcd9f10b213c614d4944baf9ca2df2016c.tar.bz2 |
bpo-38858: Fix Py_Finalize() when called from a subinterpreter (GH-17297)
Use _Py_IsMainInterpreter() in Py_Initialize() and Py_Finalize() to
detect if the current interpreter is the main interpreter or not.
Diffstat (limited to 'Makefile.pre.in')
0 files changed, 0 insertions, 0 deletions