gh-150001: fix escalation to SystemError during parsing#150067
gh-150001: fix escalation to SystemError during parsing#150067sandugood wants to merge 6 commits into
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
I think that this fix doesn't require a NEWS entry. But I am opened to suggestions |
|
We need a news entry can you add one please? |
|
Yes, sure. Thanks for the review |
|
Seems that the CI error is not related to the PR itself. |
|
I retried it |
Looks like it is a github issue? The run itself doesnt get to the building stage |
Added a regression test as well (with the string generated by fuzzer in the issue).
MemoryErrorduring parse can escalate toSystemErrorand abort on small input #150001