]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35993: Fix _PyInterpreterState_DeleteExceptMain() (GH-11852)
authorStéphane Wirtel <stephane@wirtel.be>
Wed, 20 Feb 2019 14:27:22 +0000 (15:27 +0100)
committerVictor Stinner <vstinner@redhat.com>
Wed, 20 Feb 2019 14:27:22 +0000 (15:27 +0100)
commitb5409dacc4885146a27d06482b346e55fa12d2ec
tree61a158b3f90ebc0202d4b74093531a6527538039
parent001fee14e0f2ba5f41fb733adc69d5965925a094
bpo-35993: Fix _PyInterpreterState_DeleteExceptMain() (GH-11852)

 Fix a crash on fork when using subinterpreters.
Misc/NEWS.d/next/Core and Builtins/2019-02-14-09-17-54.bpo-35993.Bvm3fP.rst [new file with mode: 0644]
Python/pystate.c