Commits
User selector
Commit history
Commits on Oct 17, 2023
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Show description for cc71cc9andauthored
Commits on Sep 1, 2023
gh-108765: Move standard includes to Python.h (#108769)
Show description for 45b9e6aauthored
Commits on Jun 20, 2022
gh-87347: Add parenthesis around macro arguments (#93915)
Show description for 7ad6f74authored
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076befauthored
Commits on Apr 29, 2021
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Show description for 645ed62authored
Commits on Apr 23, 2021
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
Show description for 9d6a2d0authored
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68cauthoredbpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Feb 5, 2020
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Show description for 40e547dauthored
Commits on Apr 15, 2019
bpo-35134: Add Include/cpython/pymem.h (GH-12840)
Show description for 9820c07authored
Commits on Apr 11, 2019
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Show description for 2b00db6authored
Commits on Oct 31, 2018
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Show description for 2be00d9authored
Commits on Oct 25, 2018
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
Show description for 626bff8andauthoredbpo-35053: Add Include/tracemalloc.h (GH-10091)
Show description for 6279c1cauthoredbpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Show description for 9e00e80authored
Commits on Oct 23, 2018
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)
Show description for 82af0b6authored
Commits on Dec 6, 2017
bpo-32030: Add pymain_get_global_config() (#4735)
Show description for 6bf992aauthored
Commits on Nov 29, 2017
bpo-32030: Rework memory allocators (#4625)
Show description for 5d39e04authored
Commits on Nov 24, 2017
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Show description for 46972b7authored
Commits on Nov 15, 2017
bpo-32030: Split Py_Main() into subfunctions (#4399)
Show description for f7e5b56authored
Commits on Nov 5, 2017
- authored andcommitted
Commits on Jun 20, 2017
bpo-30054: Expose tracemalloc C API (#1236)
Show description for 5ea4c06authored
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8committed
Commits on Sep 6, 2016
Commits on Mar 23, 2016
Issue #26588:
Show description for ca79ccdcommitted
Commits on Mar 22, 2016
- committed
- committed
Add C functions _PyTraceMalloc_Track()
Show description for 10b73e1committed
Commits on Mar 14, 2016
Add PYTHONMALLOC env var
Show description for 34be807committed
Commits on Jun 2, 2014
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
Show description for d8f0d92committed
Commits on May 2, 2014
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Show description for db067afcommitted
Commits on Jan 3, 2014
Commits on Jul 7, 2013
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
Show description for 49fc8eccommittedIssue #3329: Implement the PEP 445
Show description for 0507bf5committed
Commits on Jun 15, 2013
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators
Show description for 36f01adcommitted