]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Mon, 16 Oct 2023 14:42:49 +0000 (16:42 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 14:42:49 +0000 (16:42 +0200)
commita1ac5590e0f8fe008e5562d22edab65d0c1c5507
tree17fb8b1657dcd80f0f6a2099a6ed4b665c72c505
parentb3c9faf056e7d642785a8cfd53d1184b37a74a69
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)

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/lexer/lexer.c
Parser/pegen_errors.c