]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 Jun 2020 10:09:28 +0000 (03:09 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2020 10:09:28 +0000 (03:09 -0700)
(cherry picked from commit 337d3103a2344e1fec75985e85fabcbdedac7d26)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/whatsnew/3.9.rst

index abe0516a831e30ecd28bbdb850b6da7492cb2f04..e9814a809da79446eeb8a6cacbaadb4b2140a293 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
 -------