]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
authorVictor Stinner <vstinner@python.org>
Tue, 2 Jun 2020 10:02:58 +0000 (12:02 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2020 10:02:58 +0000 (12:02 +0200)
Doc/whatsnew/3.9.rst

index ccc84cced1090b2fa0f36546c4c75a431d7b36ce..b20cd14565ae12bf60a22598d9eed37009307b46 100644 (file)
@@ -1098,6 +1098,10 @@ Porting to Python 3.9
   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
 -------