]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105069: Add a readline-like callable to the tokenizer to consume input iteratively...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 30 May 2023 21:43:34 +0000 (22:43 +0100)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 21:43:34 +0000 (22:43 +0100)
commit9216e69a87d16d871625721ed5a8aa302511f367
tree0e8f7f0689a7f873f34066d254bba74ec919a04d
parent2ea34cfb3a21182b4d16f57dd6c1cfce46362fe2
gh-105069: Add a readline-like callable to the tokenizer to consume input iteratively (#105070)
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