commit | 337d3103a2344e1fec75985e85fabcbdedac7d26 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Jun 02 12:02:58 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 02 12:02:58 2020 +0200 |
tree | efdc169db28b2f7aece79585c07fa90eda897424 | |
parent | 033d10bd21d962a59c6c4fc503092046baa451a1 [diff] |
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index ccc84cc..b20cd14 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst
@@ -1098,6 +1098,10 @@ and refers to a constant string. (Contributed by Serhiy Storchaka in :issue:`38650`.) +* The :c:type:`PyGC_Head` structure is now opaque. It is only defined in the + internal C API (``pycore_gc.h``). + (Contributed by Victor Stinner in :issue:`40241`.) + Removed -------