]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-107450: Check for overflow in the tokenizer and fix overflow test (GH-11083...
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 17 Oct 2023 22:34:56 +0000 (00:34 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 22:34:56 +0000 (00:34 +0200)
commit1af7b7db0d1cd6756ecb6081364fdd1378b1605c
treef25821bfd3d167c47728fd4ca17481300e296249
parent73ebe2f881ac2ffb4d3d23b8693213fea53357e9
[3.11] gh-107450: Check for overflow in the tokenizer and fix overflow test (GH-110832) (#110939)

(cherry picked from commit a1ac5590e0f8fe008e5562d22edab65d0c1c5507)

Co-authored-by: Filipe LaĆ­ns <lains@riseup.net>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Include/errcode.h
Lib/test/test_exceptions.py
Parser/pegen_errors.c
Parser/tokenizer.c