cpython/Parser
Victor Stinner b69da006a4
gh-131238: Remove includes from pycore_interp.h (#131495)
Remove also now unused includes in C files.
2025-03-20 11:35:23 +00:00
..
lexer gh-130790: Remove references about unicode's readiness from comments (#130801) 2025-03-03 19:18:09 +00:00
tokenizer gh-131238: Add explicit includes to pycore headers (#131257) 2025-03-17 12:32:43 +01:00
action_helpers.c gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356) 2025-03-19 17:33:24 +01:00
asdl.py
asdl_c.py gh-131238: Remove pycore_lock.h includes (#131483) 2025-03-19 23:46:25 +00:00
myreadline.c gh-131238: Remove includes from pycore_interp.h (#131495) 2025-03-20 11:35:23 +00:00
parser.c GH-130396: Use computed stack limits on linux (GH-130398) 2025-02-25 09:24:48 +00:00
peg_api.c
pegen.c GH-131238: Core header refactor (GH-131250) 2025-03-17 09:19:04 +00:00
pegen.h gh-125331: Allow the parser to activate future imports on the fly (#125482) 2025-02-14 04:54:56 +00:00
pegen_errors.c
Python.asdl
string_parser.c gh-130740: Move some stdbool.h includes after Python.h (#130738) 2025-03-02 09:56:49 +00:00
string_parser.h
token.c