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
/
Objects
/
capsule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner
2022-11-22
1
-2/+1
*
bpo-45855: document that `no_block` has no use anymore in PyCapsule_Import (#...
Georg Brandl
2021-12-12
1
-7/+3
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
1
-1/+1
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-1/+1
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-2/+2
*
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner
2020-04-07
1
-1/+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-1/+1
*
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
Alexander Belopolsky
2010-08-11
1
-18/+18
*
Use size_t instead of int for a PyMem_MALLOC argument; silences a gcc 'compa...
Mark Dickinson
2009-10-03
1
-1/+1
*
fix useless comparison #6355
Benjamin Peterson
2009-06-28
1
-1/+1
*
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson
2009-05-05
1
-0/+324