]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107450: Raise OverflowError when parser column offset overflows (#110754)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Thu, 12 Oct 2023 09:34:12 +0000 (11:34 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 09:34:12 +0000 (09:34 +0000)
commitfb7843ee895ac7f6eeb58f356b1a320eea081cfc
tree2bfacf2b0e36e0d4bd4ecc00acde803ce17a9c45
parent3d180347ae73119bb51500efeeafdcd62bcc6f78
gh-107450: Raise OverflowError when parser column offset overflows (#110754)
Lib/test/test_exceptions.py
Parser/pegen_errors.c