Browse Source

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

pull/20595/head
Victor Stinner 6 years ago
committed by GitHub
parent
commit
337d3103a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Doc/whatsnew/3.9.rst

4
Doc/whatsnew/3.9.rst

@ -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
-------

Loading…
Cancel
Save