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-112529: Implement GC for free-threaded builds (#114262)
Sam Gross
2024-01-25
1
-1/+3
*
gh-112535: Implement fallback implementation of _Py_ThreadId() (gh-113185)
Donghee Na
2023-12-18
1
-1/+5
*
gh-112535: Update _Py_ThreadId() to support RISC-V (gh-113084)
Furkan Onder
2023-12-14
1
-0/+7
*
gh-112535: Update _Py_ThreadId() to support s390/s390x (gh-112751)
Donghee Na
2023-12-08
1
-0/+4
*
gh-112535: Add comment for ppc32/64 registers (gh-112746)
Donghee Na
2023-12-05
1
-0/+2
*
gh-112535: Update _Py_ThreadId() to support PowerPC (gh-112624)
Donghee Na
2023-12-05
1
-0/+16
*
gh-110481: Fix typo in Py_SET_REFCNT() (#112595)
Victor Stinner
2023-12-01
1
-3/+3
*
gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)
Victor Stinner
2023-12-01
1
-10/+21
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-13/+13
*
gh-112026: Restore removed private C API (#112115)
Victor Stinner
2023-11-15
1
-0/+3
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
1
-2/+6
*
gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#11...
Victor Stinner
2023-11-03
1
-2/+11
*
gh-110481: Fix _Py_ThreadId for non-free-threaded mode (gh-111503)
Donghee Na
2023-10-30
1
-3/+1
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-3/+188
*
gh-109496: Detect Py_DECREF() after dealloc in debug mode (#109539)
Victor Stinner
2023-09-18
1
-6/+4
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-0/+4
*
gh-108765: Move standard includes to Python.h (#108769)
Victor Stinner
2023-09-01
1
-2/+0
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-21/+0
*
gh-106320: Remove private _PyObject_GetState() (#108606)
Victor Stinner
2023-08-29
1
-6/+0
*
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
[next]