File tree 1 file changed +22
-5
lines changed
1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,6 @@ Optimizations
94
94
95
95
96
96
97
- Build and C API Changes
98
- =======================
99
-
100
- * :c:func: `PyFrame_BlockSetup ` and :c:func: `PyFrame_BlockPop ` have been removed.
101
-
102
97
Deprecated
103
98
==========
104
99
@@ -124,3 +119,25 @@ Changes in the Python API
124
119
The group name in bytes patterns and replacement strings can now only
125
120
contain ASCII letters and digits and underscore.
126
121
(Contributed by Serhiy Storchaka in :gh: `91760 `.)
122
+
123
+
124
+ Build Changes
125
+ =============
126
+
127
+
128
+ C API Changes
129
+ =============
130
+
131
+ New Features
132
+ ------------
133
+
134
+ Porting to Python 3.12
135
+ ----------------------
136
+
137
+ Deprecated
138
+ ----------
139
+
140
+ Removed
141
+ -------
142
+
143
+ * :c:func: `PyFrame_BlockSetup ` and :c:func: `PyFrame_BlockPop ` have been removed.
You can’t perform that action at this time.
0 commit comments