File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ Optimizations
9999 almost eliminated when no exception is raised.
100100 (Contributed by Mark Shannon in :issue: `40222 `.)
101101
102- Build and C API Changes
103- =======================
104102
105- * :c:func: `PyFrame_BlockSetup ` and :c:func: `PyFrame_BlockPop ` have been removed.
103+ Build Changes
104+ =============
105+
106106
107107Deprecated
108108==========
@@ -119,3 +119,23 @@ Porting to Python 3.11
119119
120120This section lists previously described changes and other bugfixes
121121that may require changes to your code.
122+
123+
124+ C API Changes
125+ =============
126+
127+ New Features
128+ ------------
129+
130+ Porting to Python 3.11
131+ ----------------------
132+
133+ Deprecated
134+ ----------
135+
136+ Removed
137+ -------
138+
139+ * :c:func: `PyFrame_BlockSetup ` and :c:func: `PyFrame_BlockPop ` have been
140+ removed.
141+ (Contributed by Mark Shannon in :issue: `40222 `.)
You can’t perform that action at this time.
0 commit comments