-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-107450: Raise OverflowError when parser column offset overflows #110754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-107450: Raise OverflowError when parser column offset overflows #110754
Conversation
Should we backport this? |
I think it makes sense to backport. How crazy is to add a test case? |
Added. |
Thanks @lysnikolaou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…ows (pythonGH-110754) (cherry picked from commit fb7843e) Co-authored-by: Lysandros Nikolaou <[email protected]>
GH-110762 is a backport of this pull request to the 3.12 branch. |
GH-110763 is a backport of this pull request to the 3.11 branch. |
…ows (pythonGH-110754) (cherry picked from commit fb7843e) Co-authored-by: Lysandros Nikolaou <[email protected]>
…lows (GH-110754) (#110763) (cherry picked from commit fb7843e) Co-authored-by: Lysandros Nikolaou <[email protected]>
…lows (GH-110754) (#110762) (cherry picked from commit fb7843e) Co-authored-by: Lysandros Nikolaou <[email protected]>
@lysnikolaou the testMemoryErrorBigSource seems to fail on 32-bit Windows |
Right, the test fails on 32-bit, at least on GHA Windows x86 CI:
|
Uh oh!
There was an error while loading. Please reload this page.