Tin mới
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
bpo-41746: Add type information to asdl_seq objects (GH-22223)
replace PY_SIZE_MAX with SIZE_MAX
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
Recorded merge of revisions 81029 via svnmerge from
Merged revisions 64114 via svnmerge from
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Remove asdl_seq_APPEND() and simplify asdl seq implementation.
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Whoops, checkin consistent versions of *all* files to stop polluting