]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105718: Fix buffer allocation in tokenizer with readline (GH-105728) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Jun 2023 15:53:51 +0000 (08:53 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 15:53:51 +0000 (15:53 +0000)
commit9c51ea5d550dbcf5568b57913b1b453d1f92fd5c
treee2472bf02721494086fbca953bef4db67f93692c
parent04b91680373149077f8c466e6694b97966e1f2c6
[3.12] gh-105718: Fix buffer allocation in tokenizer with readline (GH-105728) (#105729)

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