-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
gh-107450: Raise OverflowError when parser column offset overflows #110754
Conversation
lysnikolaou
commented
Oct 12, 2023
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: string length overflows to negative when executing #107450
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 <lisandrosnik@gmail.com>
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 <lisandrosnik@gmail.com>
@lysnikolaou the testMemoryErrorBigSource seems to fail on 32-bit Windows |
Right, the test fails on 32-bit, at least on GHA Windows x86 CI:
|