Tin mới
Chore: Fix typo in `pyarena.c` (#126527)
gh-119219: Remove two obsolete TODOs. (#119223)
bpo-43244: Remove the pyarena.h header (GH-25007)
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Fix typos in comments (GH-9905)
Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects
remove unnecessary clearing of list
Remove redundant includes of headers that are already included by Python.h.
Recorded merge of revisions 81029 via svnmerge from
Merged revisions 46753-51188 via svnmerge from
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Document the purpose of the struct _block members.
Added words about what PyArena_Malloc() does.
Add some stats collection in debugging mode.
Use simple PyList to implement list of PyObject pointers

fixed compilation with an ordinary C89 compiler
Cleanup a bit and make things more consistent.
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,