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
/
object.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-107955 Remove old comment about increasing the reference count in usage of...
brandonardenwalli
2023-08-16
1
-2/+0
*
gh-105059: Fix MSCV compiler warning on PyObject union (#107239)
Victor Stinner
2023-07-25
1
-0/+11
*
gh-105059: Use GCC/clang extension for PyObject union (#107232)
Victor Stinner
2023-07-25
1
-0/+5
*
gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (#107193)
Victor Stinner
2023-07-24
1
-9/+4
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
1
-0/+4
*
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner
2023-07-11
1
-0/+2
*
gh-105387: Limited C API implements Py_INCREF() as func (#105388)
Victor Stinner
2023-06-14
1
-8/+10
*
gh-102304: Fix Py_INCREF() for limited C API 3.9 (#105550)
Victor Stinner
2023-06-09
1
-2/+14
*
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
Victor Stinner
2023-06-06
1
-14/+8
*
gh-102304: Fix 2 New Stable ABI Functions (gh-104762)
Eric Snow
2023-05-30
1
-1/+1
*
gh-102304: Temporarily Bump Py_LIMITED_API for 2 New Functions (#104766)
Eric Snow
2023-05-22
1
-1/+1
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-0/+5
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-14/+119
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
1
-1/+7
*
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow
2023-03-20
1
-7/+2
*
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Eric Snow
2023-03-08
1
-4/+21
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner
2022-12-07
1
-7/+36
*
Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)
Victor Stinner
2022-11-24
1
-12/+7
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100)
Victor Stinner
2022-11-09
1
-7/+12
*
Fix Py_INCREF() statistics in limited C API 3.10 (#96120)
Victor Stinner
2022-08-29
1
-1/+1
*
GH-95245: Move weakreflist into the pre-header. (GH-95996)
Mark Shannon
2022-08-16
1
-2/+8
*
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin
2022-08-08
1
-1/+8
*
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow
2022-07-25
1
-0/+3
*
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner
2022-06-20
1
-7/+7
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
1
-0/+3
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
1
-1/+5
*
gh-89653: PEP 670: Use PyObject* type for parameters (#92694)
Victor Stinner
2022-05-11
1
-3/+4
*
gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)
Victor Stinner
2022-05-06
1
-1/+1
*
gh-91321: Add _Py_NULL macro (#92253)
Victor Stinner
2022-05-03
1
-2/+2
*
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Victor Stinner
2022-05-03
1
-3/+3
*
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Victor Stinner
2022-04-27
1
-3/+4
*
gh-89653: PEP 670: Functions don't cast pointers (#91697)
Victor Stinner
2022-04-25
1
-35/+66
*
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner
2022-04-21
1
-13/+9
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
1
-0/+5
*
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner
2022-02-24
1
-4/+4
*
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner
2022-02-24
1
-8/+3
*
bpo-45490: Rename static inline functions (GH-31217)
Victor Stinner
2022-02-11
1
-29/+29
*
bpo-46417: Add _PyType_CAST() macro (GH-30760)
Victor Stinner
2022-01-21
1
-0/+2
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
1
-1/+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
1
-0/+1
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
1
-0/+6
*
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner
2021-10-14
1
-1/+1
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
1
-0/+1
*
Fix typos in the Include directory (GH-28745)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-39573: Py_TYPE becomes a static inline function (GH-28128)
Victor Stinner
2021-09-08
1
-2/+8
*
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Hai Shi
2021-08-17
1
-0/+1
*
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi
2021-07-29
1
-0/+3
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Petr Viktorin
2021-07-23
1
-14/+12
*
bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
Victor Stinner
2021-06-11
1
-1/+3
*
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26...
Pablo Galindo
2021-06-08
1
-8/+2
[next]