]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105069: Add a readline-like callable to the tokenizer to consume input...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 May 2023 10:11:53 +0000 (03:11 -0700)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 10:11:53 +0000 (11:11 +0100)
commitc687946f6815a17bc5ceacaf3bbceba5b41e73fd
tree232c64d0c0190d8da0f3d6b9c3ab4528e4bcba0c
parent2f8c22f1d6c22f018c78264937db66d52fb18869
[3.12] gh-105069: Add a readline-like callable to the tokenizer to consume input iteratively (GH-105070) (#105119)

gh-105069: Add a readline-like callable to the tokenizer to consume input iteratively (GH-105070)
(cherry picked from commit 9216e69a87d16d871625721ed5a8aa302511f367)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/inspect.py
Lib/test/test_tokenize.py
Lib/tokenize.py
Parser/tokenizer.c
Parser/tokenizer.h
Python/Python-tokenize.c
Python/clinic/Python-tokenize.c.h