bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) · python/cpython@337d310 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 337d310

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -1098,6 +1098,10 @@ Porting to Python 3.9
1098 1098 and refers to a constant string.
1099 1099 (Contributed by Serhiy Storchaka in :issue:`38650`.)
1100 1100
1101 +* The :c:type:`PyGC_Head` structure is now opaque. It is only defined in the
1102 + internal C API (``pycore_gc.h``).
1103 + (Contributed by Victor Stinner in :issue:`40241`.)
1104 +
1101 1105
1102 1106 Removed
1103 1107 -------