File tree 1 file changed +23
-3
lines changed
1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ Optimizations
99
99
almost eliminated when no exception is raised.
100
100
(Contributed by Mark Shannon in :issue: `40222 `.)
101
101
102
- Build and C API Changes
103
- =======================
104
102
105
- * :c:func: `PyFrame_BlockSetup ` and :c:func: `PyFrame_BlockPop ` have been removed.
103
+ Build Changes
104
+ =============
105
+
106
106
107
107
Deprecated
108
108
==========
@@ -119,3 +119,23 @@ Porting to Python 3.11
119
119
120
120
This section lists previously described changes and other bugfixes
121
121
that 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