File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -583,13 +583,6 @@ Porting to Python 3.11
583583Deprecated
584584----------
585585
586- Removed
587- -------
588-
589- * :c:func: `PyFrame_BlockSetup ` and :c:func: `PyFrame_BlockPop ` have been
590- removed.
591- (Contributed by Mark Shannon in :issue: `40222 `.)
592-
593586* Deprecate the following functions to configure the Python initialization:
594587
595588 * :c:func: `PySys_AddWarnOptionUnicode `
@@ -606,6 +599,13 @@ Removed
606599 <init-config>` instead (:pep: `587 `).
607600 (Contributed by Victor Stinner in :issue: `44113 `.)
608601
602+ Removed
603+ -------
604+
605+ * :c:func: `PyFrame_BlockSetup ` and :c:func: `PyFrame_BlockPop ` have been
606+ removed.
607+ (Contributed by Mark Shannon in :issue: `40222 `.)
608+
609609* Remove the following math macros using the ``errno `` variable:
610610
611611 * ``Py_ADJUST_ERANGE1() ``
You can’t perform that action at this time.
0 commit comments