mirror of
https://github.com/python/cpython.git
synced 2025-11-02 22:51:25 +00:00
gh-125331: Allow the parser to activate future imports on the fly (GH-125482)
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| lexer | ||
| tokenizer | ||
| action_helpers.c | ||
| asdl.py | ||
| asdl_c.py | ||
| myreadline.c | ||
| parser.c | ||
| peg_api.c | ||
| pegen.c | ||
| pegen.h | ||
| pegen_errors.c | ||
| Python.asdl | ||
| string_parser.c | ||
| string_parser.h | ||
| token.c | ||