bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) · python/cpython@ff442f3 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit ff442f3
and
authored
(cherry picked from commit 337d310) Co-authored-by: Victor Stinner vstinner@python.org
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1098,6 +1098,10 @@ Porting to Python 3.9 | ||
1098 | 1098 | and refers to a constant string. |
1099 | 1099 | (Contributed by Serhiy Storchaka in :issue:`38650`.) |
1100 | 1100 | |
1101 | +* The :c:type:`PyGC_Head` structure is now opaque. It is only defined in the | |
1102 | + internal C API (``pycore_gc.h``). | |
1103 | + (Contributed by Victor Stinner in :issue:`40241`.) | |
1104 | + | |
1101 | 1105 | |
1102 | 1106 | Removed |
1103 | 1107 | ------- |