]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-107450: Check for overflow in the tokenizer and fix overflow test (GH-11083...
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Mon, 16 Oct 2023 16:59:18 +0000 (18:59 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 16:59:18 +0000 (18:59 +0200)
commit3b87e520fcbe4ceb94e3a46a874a450ee9d50b01
tree52a87cc4616bd7ebf88f50e1fdb0f88aca662082
parentb8e5b1b28ac4855ce6b4d04c777fb35811a82d42
[3.12] gh-107450: Check for overflow in the tokenizer and fix overflow test (GH-110832) (#110931)

(cherry picked from commit a1ac5590e0f8fe008e5562d22edab65d0c1c5507)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
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