Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jan 27, 2020

intern_strings() now raises a SystemError instead of calling
Py_FatalError().

intern_string_constants() now reports exceptions to the caller,
whereas than ignoring silently exceptions.

https://bugs.python.org/issue38631

intern_strings() now raises a SystemError instead of calling
Py_FatalError().

intern_string_constants() now reports exceptions to the caller,
whereas than ignoring silently exceptions.
@vstinner vstinner merged commit a278313 into python:master Jan 27, 2020
@vstinner vstinner deleted the code_intern branch January 27, 2020 22:24
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
intern_strings() now raises a SystemError, rather than calling
Py_FatalError().

intern_string_constants() now reports exceptions to the caller,
rather than ignoring silently exceptions.
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