]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-107450: Raise OverflowError when parser column offset overflows (GH-110754...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Oct 2023 09:57:36 +0000 (11:57 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 09:57:36 +0000 (09:57 +0000)
commitc9214b90f469aa85e307a6dc3b6052c961003807
tree91debcb32d087ec6d56b83258767fcfc89b6a772
parent5178fb0b89586be2b572bae7fc04a7e63168eee8
[3.11] gh-107450: Raise OverflowError when parser column offset overflows (GH-110754) (#110763)

(cherry picked from commit fb7843ee895ac7f6eeb58f356b1a320eea081cfc)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Lib/test/test_exceptions.py
Parser/pegen_errors.c