FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Doc/c-api/gcsupport.rst - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75.3k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
c-api
gcsupport.rst
on
main
User selector
Datepicker
Commit history
Commits on May 7, 2026
Python 3.15.0b1
hugovk
committed
f31a89b
View commit details
Copy full SHA for f31a89b
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
Show description for 8923ca4
authored
8923ca4
View commit details
Copy full SHA for 8923ca4
View code at this point
Browse repository at this point
Commits on Dec 8, 2025
gh-123241: Document restrictions for `tp_traverse` implementations (gh-142272)
colesbury
authored
37988c5
View commit details
Copy full SHA for 37988c5
View code at this point
Browse repository at this point
Commits on May 20, 2025
gh-75459: Doc: C API: Improve object life cycle documentation (GH-125962)
Show description for 3246ea5
authored
3246ea5
View commit details
Copy full SHA for 3246ea5
View code at this point
Browse repository at this point
Commits on May 18, 2025
document `Py_VISIT` as a macro in the docs (#133688)
da-woods
authored
bb32f3c
View commit details
Copy full SHA for bb32f3c
View code at this point
Browse repository at this point
Commits on Apr 12, 2025
Docs: Fix specifications of `gcvisitobjects_t` (#132433)
Show description for 1e5798e
da-woods
authored
1e5798e
View commit details
Copy full SHA for 1e5798e
View code at this point
Browse repository at this point
Commits on Feb 10, 2024
gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)
sobolevn
authored
4821f08
View commit details
Copy full SHA for 4821f08
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Show description for 8d61a71
vstinner
authored
8d61a71
View commit details
Copy full SHA for 8d61a71
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Show description for 391e03f
vstinner
authored
391e03f
View commit details
Copy full SHA for 391e03f
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
serhiy-storchaka
authored
fcc816d
View commit details
Copy full SHA for fcc816d
View code at this point
Browse repository at this point
Commits on May 2, 2023
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Show description for 87223f3
authored
87223f3
View commit details
Copy full SHA for 87223f3
View code at this point
Browse repository at this point
Commits on Mar 14, 2023
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
jbower-fb
authored
cbd3fbf
View commit details
Copy full SHA for cbd3fbf
View code at this point
Browse repository at this point
Commits on Oct 27, 2021
bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)
Show description for 35e1ff3
colesbury
authored
35e1ff3
View commit details
Copy full SHA for 35e1ff3
View code at this point
Browse repository at this point
Commits on May 29, 2021
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445)
pablogsal
authored
43cf7c8
View commit details
Copy full SHA for 43cf7c8
View code at this point
Browse repository at this point
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442)
pablogsal
authored
8b55bc3
View commit details
Copy full SHA for 8b55bc3
View code at this point
Browse repository at this point
Commits on Apr 28, 2021
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
Show description for 3cc481b
authored
3cc481b
View commit details
Copy full SHA for 3cc481b
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
shihai1991
authored
675d9a3
View commit details
Copy full SHA for 675d9a3
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461)
Show description for f13072b
pablogsal
authored
f13072b
View commit details
Copy full SHA for f13072b
View code at this point
Browse repository at this point
Commits on Oct 30, 2019
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Show description for 25fc088
serhiy-storchaka
authored
25fc088
View commit details
Copy full SHA for 25fc088
View code at this point
Browse repository at this point
Commits on May 17, 2019
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Show description for cbb6484
matrixise
authored and
kushaldas
committed
cbb6484
View commit details
Copy full SHA for cbb6484
View code at this point
Browse repository at this point
Commits on Nov 13, 2018
bpo-35081: Make some _PyGC macros internal (GH-10507)
Show description for 1a6be91
vstinner
authored
1a6be91
View commit details
Copy full SHA for 1a6be91
View code at this point
Browse repository at this point
Commits on May 21, 2018
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
methane
authored
1179f4b
View commit details
Copy full SHA for 1179f4b
View code at this point
Browse repository at this point
Commits on Jun 2, 2016
note that Py_VISIT handles NULL (closes #27183)
benjaminp
committed
a49ccf2
View commit details
Copy full SHA for a49ccf2
View code at this point
Browse repository at this point
Commits on Aug 1, 2013
Issue #18589: fix hyperlinking of type slots (tp_*)
pitrou
committed
39668f5
View commit details
Copy full SHA for 39668f5
View code at this point
Browse repository at this point
Commits on Oct 6, 2010
Migrate to Sphinx 1.0 C language constructs.
birkenfeld
committed
60203b4
View commit details
Copy full SHA for 60203b4
View code at this point
Browse repository at this point
Commits on Mar 14, 2010
Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from
Show description for 93dc9eb
birkenfeld
committed
93dc9eb
View commit details
Copy full SHA for 93dc9eb
View code at this point
Browse repository at this point
Commits on Apr 27, 2009
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
Show description for b70ccc3
ashemedai
committed
b70ccc3
View commit details
Copy full SHA for b70ccc3
View code at this point
Browse repository at this point
Merged revisions 71920-71923,71925-71929,71931-71934,71937 via svnmerge from
Show description for 47a7d70
ashemedai
committed
47a7d70
View commit details
Copy full SHA for 47a7d70
View code at this point
Browse repository at this point
Commits on Apr 26, 2009
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Show description for bd87552
ashemedai
committed
bd87552
View commit details
Copy full SHA for bd87552
View code at this point
Browse repository at this point
Commits on Jan 20, 2008
Fix two oversights in C API split.
birkenfeld
committed
c31b0f7
View commit details
Copy full SHA for c31b0f7
View code at this point
Browse repository at this point
Split C API docs in Py3k branch.
birkenfeld
committed
54a3faa
View commit details
Copy full SHA for 54a3faa
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL