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

This commit is contained in:
Victor Stinner 2020-06-02 12:02:58 +02:00 committed by GitHub
parent 033d10bd21
commit 337d3103a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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