18 Commits (f1aa8aed4a8ce9753ffa8713e7d3461663e0624d)

Author SHA1 Message Date
Victor Stinner c6632e7eb4 Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects 13 years ago
Benjamin Peterson c71741f413 remove unnecessary clearing of list 13 years ago
Benjamin Peterson 6b78bffa20 remove unnecessary clearing of list 13 years ago
Antoine Pitrou ca8aa4acf6 Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. 13 years ago
Georg Brandl e5b99f0fb3 Remove redundant includes of headers that are already included by Python.h. 15 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Neal Norwitz b59d08c2fb Fix more memory allocation issues found with failmalloc. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Martin v. Löwis 841747cb56 Fix sys.getobjects(0): we get a reference to the 20 years ago
Neal Norwitz 8c0dc84398 ALIGNMENT_SHIFT is not used 20 years ago
Martin v. Löwis da69041123 Force 8-alignment of memory blocks, as needed on 20 years ago
Anthony Baxter 7b782b61c5 more low-hanging fruit to make code compile under a C++ compiler. Not 20 years ago
Jeremy Hylton 296aef8ebb Expand comments. 20 years ago
Tim Peters f6386306fb Document the purpose of the struct _block members. 20 years ago
Tim Peters 6fd92dc44f Added words about what PyArena_Malloc() does. 20 years ago
Tim Peters 8cfaa0e729 Trimmed trailing whitespace. 20 years ago
Jeremy Hylton 224003baef Add missing DECREF. 20 years ago
Jeremy Hylton 56820c2bab Add some stats collection in debugging mode. 20 years ago
Jeremy Hylton 99b4ee6373 Use simple PyList to implement list of PyObject pointers 20 years ago
Jeremy Hylton 08533fdad6 Tabify 20 years ago
Jeremy Hylton 77f1bb2778 Real arena implementation 20 years ago
Fredrik Lundh 93d69a7948 fixed compilation with an ordinary C89 compiler 20 years ago
Neal Norwitz 84456bdab3 Cleanup a bit and make things more consistent. 20 years ago
Neal Norwitz adb69fcdff Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, 20 years ago