cpython/Parser/tokenizer
Serhiy Storchaka d8e6bdc0d0
gh-135801: Add the module parameter to compile() etc (GH-139652)
Many functions related to compiling or parsing Python code, such as
compile(), ast.parse(), symtable.symtable(),
and importlib.abc.InspectLoader.source_to_code() now allow to pass
the module name used when filtering syntax warnings.
2025-11-13 13:21:32 +02:00
..
file_tokenizer.c gh-63161: Fix PEP 263 support (GH-139481) 2025-10-10 12:51:19 +00:00
helpers.c gh-135801: Add the module parameter to compile() etc (GH-139652) 2025-11-13 13:21:32 +02:00
helpers.h gh-63161: Fix PEP 263 support (GH-139481) 2025-10-10 12:51:19 +00:00
readline_tokenizer.c gh-63161: Fix PEP 263 support (GH-139481) 2025-10-10 12:51:19 +00:00
string_tokenizer.c gh-63161: Fix PEP 263 support (GH-139481) 2025-10-10 12:51:19 +00:00
tokenizer.h gh-104169: Refactor tokenizer into lexer and wrappers (#110684) 2023-10-11 15:14:44 +00:00
utf8_tokenizer.c gh-104169: Refactor tokenizer into lexer and wrappers (#110684) 2023-10-11 15:14:44 +00:00