index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
internal
/
pycore_pymem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-107211: No longer export internal functions (4) (#107217)
Victor Stinner
2023-07-25
1
-2/+2
*
gh-107211: No longer export internal functions (2) (#107214)
Victor Stinner
2023-07-25
1
-3/+3
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
1
-1/+13
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
1
-1/+1
*
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
Eric Snow
2023-06-08
1
-0/+1
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow
2023-06-02
1
-1/+1
*
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
Eric Snow
2022-12-12
1
-22/+0
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
1
-2/+0
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
1
-14/+21
*
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)
Victor Stinner
2022-01-27
1
-0/+8
*
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner
2021-10-15
1
-1/+1
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Victor Stinner
2021-05-21
1
-1/+1
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
1
-0/+5
*
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner
2020-06-15
1
-3/+0
*
bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059)
Victor Stinner
2020-05-12
1
-6/+1
*
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
Victor Stinner
2020-04-14
1
-101/+0
*
bpo-40241: Add pycore_gc.h header file (GH-19494)
Victor Stinner
2020-04-13
1
-1/+2
*
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner
2020-02-05
1
-0/+34
*
Move comment about permanent generation to gcmodule.c (GH-17718)
Pablo Galindo
2019-12-27
1
-36/+0
*
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
Victor Stinner
2019-11-20
1
-1/+1
*
bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)
Victor Stinner
2019-11-20
1
-1/+1
*
bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689)
Victor Stinner
2019-10-10
1
-1/+1
*
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
Victor Stinner
2019-10-07
1
-0/+15
*
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner
2019-10-07
1
-4/+7
*
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner
2019-10-02
1
-2/+1
*
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner
2019-05-24
1
-3/+3
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
1
-0/+9
*
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner
2019-04-17
1
-2/+2
*
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner
2019-04-11
1
-10/+9
*
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner
2019-04-11
1
-0/+25
*
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Victor Stinner
2019-03-06
1
-2/+0
*
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Victor Stinner
2019-03-05
1
-0/+2
*
bpo-35081: Make some _PyGC macros internal (GH-10507)
Victor Stinner
2018-11-13
1
-2/+0
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-0/+163