diff options
author | Victor Stinner <vstinner@python.org> | 2020-01-27 22:37:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 22:37:44 +0100 |
commit | 47ee8a6063c22ec272fe7a2d95d12f7811ebb48b (patch) | |
tree | 8586b166c64e8a61e7f16d73287c38b6e4584303 /Python | |
parent | a94c6b61aa5c09237b8105e5aee638cd54197b6f (diff) | |
download | cpython-git-47ee8a6063c22ec272fe7a2d95d12f7811ebb48b.tar.gz |
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.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions