bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214)
If the export count is negative, _memory_release() now raises a SystemError and returns -1, rather than calling Py_FatalError() which aborts the process.
V
Victor Stinner committed
47ee8a6063c22ec272fe7a2d95d12f7811ebb48b
Parent: a94c6b6
Committed by GitHub <noreply@github.com>
on 1/27/2020, 9:37:44 PM