]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103824: fix use-after-free error in Parser/tokenizer.c (#103993)
authorchgnrdv <52372310+chgnrdv@users.noreply.github.com>
Mon, 1 May 2023 15:26:43 +0000 (18:26 +0300)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 15:26:43 +0000 (15:26 +0000)
commitd5a97074d24cd14cb2a35a2b1ad3074863cde264
tree799f6261799a4b4dd4c70e591c60801f6edf3023
parent99aab610622fc4b4c4fe56b77c0760cf77066a53
gh-103824: fix use-after-free error in Parser/tokenizer.c (#103993)
Lib/test/test_tokenize.py
Parser/tokenizer.c