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
/
cpython
/
object.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-142217: Deprecate the private _Py_Identifier C API (#142221)
Victor Stinner
2025-12-12
1
-1/+1
*
gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)
Victor Stinner
2025-11-27
1
-2/+0
*
gh-141070: Add PyUnstable_Object_Dump() function (#141072)
Victor Stinner
2025-11-18
1
-5/+9
*
gh-112075: Remove _PyObject_SetManagedDict() function (#139737)
Victor Stinner
2025-10-12
1
-1/+0
*
gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)
Victor Stinner
2025-10-08
1
-4/+0
*
gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)
Pablo Galindo Salgado
2025-09-15
1
-0/+1
*
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma
2025-09-01
1
-0/+4
*
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...
Irit Katriel
2025-05-06
1
-12/+0
*
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#...
Peter Bierma
2025-05-05
1
-0/+2
*
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...
Irit Katriel
2025-05-05
1
-0/+12
*
gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
Sam Gross
2025-05-02
1
-0/+5
*
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon
2025-04-30
1
-70/+3
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
1
-1/+0
*
gh-131306: Remove unused code related to `BINARY_SUBSCR` (#131307)
Tomas R.
2025-03-16
1
-1/+1
*
GH-130396: Increase trashcan overhead (GH-130552)
Mark Shannon
2025-02-26
1
-2/+2
*
gh-130202: Fix bug in `_PyObject_ResurrectEnd` in free threaded build (gh-130...
Sam Gross
2025-02-25
1
-0/+1
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
1
-5/+6
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
1
-6/+5
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
1
-5/+6
*
gh-128844: Make `_Py_TryIncref` public as an unstable API. (#128926)
Sam Gross
2025-01-28
1
-0/+6
*
gh-128509: Add `PyUnstable_IsImmortal` for finding immortal objects (GH-129182)
Peter Bierma
2025-01-27
1
-0/+3
*
gh-128910: Remove `_PyTrash_begin` and `_PyTrash_end` C-API functions (#128919)
sobolevn
2025-01-16
1
-3/+0
*
gh-127773: Disable attribute cache on incompatible MRO entries (GH-127924)
Petr Viktorin
2025-01-13
1
-1/+11
*
gh-123619: Add an unstable C API function for enabling deferred reference cou...
Peter Bierma
2024-11-13
1
-0/+7
*
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross
2024-10-15
1
-1/+1
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
1
-0/+1
*
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross
2024-08-06
1
-0/+3
*
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross
2024-06-18
1
-0/+2
*
Fix typos in comments (#120188)
Xie Yanbo
2024-06-07
1
-1/+1
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
1
-0/+1
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
1
-0/+10
*
gh-118331: Handle errors in _PyObject_SetManagedDict (#118334)
Sam Gross
2024-04-29
1
-1/+1
*
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...
Dino Viehland
2024-04-22
1
-0/+1
*
GH-117760: Streamline the trashcan mechanism (GH-117763)
Mark Shannon
2024-04-17
1
-22/+25
*
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
Victor Stinner
2024-03-25
1
-1/+0
*
GH-113462: Limit the number of versions that a single class can use. (GH-114900)
Mark Shannon
2024-02-05
1
-0/+1
*
gh-113750: Fix object resurrection in free-threaded builds (gh-113751)
Sam Gross
2024-01-06
1
-0/+1
*
gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)
Donghee Na
2023-12-26
1
-0/+4
*
gh-112026: Restore removed private C API (#112115)
Victor Stinner
2023-11-15
1
-0/+40
*
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner
2023-10-03
1
-1/+1
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
1
-2/+2
*
gh-106320: Remove private _Py_ForgetReference() (#108664)
Victor Stinner
2023-08-30
1
-5/+0
*
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner
2023-08-29
1
-42/+0
*
gh-91051: fix segfault when using all 8 type watchers (#107853)
Carl Meyer
2023-08-11
1
-1/+1
*
gh-106320: Remove private _PyObject C API (#107159)
Victor Stinner
2023-07-23
1
-12/+0
*
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner
2023-07-23
1
-22/+0
*
gh-106320: Remove _Py_SwappedOp from the C API (#107036)
Victor Stinner
2023-07-22
1
-5/+0
*
gh-106320: Move _PyNone_Type to the internal C API (#107030)
Victor Stinner
2023-07-22
1
-3/+0
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-1/+0
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
1
-11/+1
[next]