mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
This commit is contained in:
parent
033d10bd21
commit
337d3103a2
1 changed files with 4 additions and 0 deletions
|
@ -1098,6 +1098,10 @@ Porting to Python 3.9
|
||||||
and refers to a constant string.
|
and refers to a constant string.
|
||||||
(Contributed by Serhiy Storchaka in :issue:`38650`.)
|
(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
|
Removed
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue