]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105718: Fix buffer allocation in tokenizer with readline (#105728)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 13 Jun 2023 15:18:11 +0000 (17:18 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 15:18:11 +0000 (16:18 +0100)
commitabfbab6415fb029e7dca19ecc8d29a13da37bf71
tree2f4e113ed9c8c7c9e6cd49e246c5d415df2a6810
parentd0f1afd9425e28409fbf535bb7d43472bfcffcef
gh-105718: Fix buffer allocation in tokenizer with readline (#105728)
Lib/test/test_tokenize.py
Parser/tokenizer.c
Parser/tokenizer.h