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

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 337d310

authored

bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)

1 parent 033d10b commit 337d310

File tree

1 file changed

+

4

-

0

lines changed

1 file changed

+

4

-

0

lines changed

Lines changed: 4 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -1098,6 +1098,10 @@ Porting to Python 3.9

10981098

and refers to a constant string.

10991099

(Contributed by Serhiy Storchaka in :issue:`38650`.)

11001100
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+
11011105
11021106

Removed

11031107

-------

0 commit comments

Comments

 (0)