0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Parser
Victor Stinner e59a95238b
gh-108444: Remove _PyLong_AsInt() function (#108461)
* Update Parser/asdl_c.py to regenerate Python/Python-ast.c.
* Remove _PyLong_AsInt() alias to PyLong_AsInt().
2023-08-25 11:13:59 +02:00
..
action_helpers.c
asdl_c.py
asdl.py
myreadline.c
parser.c
peg_api.c
pegen_errors.c
pegen.c
pegen.h
Python.asdl
string_parser.c
string_parser.h
token.c
tokenizer.c
tokenizer.h