Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jan 27, 2020

If the export count is negative, _memory_release() now raises a
SystemError and returns -1, rather than calling Py_FatalError()
which aborts the process.

https://bugs.python.org/issue38631

If the export count is negative, _memory_release() now raises a
SystemError and returns -1, rather than calling Py_FatalError()
which aborts the process.
@vstinner vstinner merged commit 47ee8a6 into python:master Jan 27, 2020
@vstinner vstinner deleted the _memory_release branch January 27, 2020 21:37
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
If the export count is negative, _memory_release() now raises a
SystemError and returns -1, rather than calling Py_FatalError()
which aborts the process.
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