File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- Pending removal in Python 3.16
1+ Pending removal in Python 3.18
22^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
44* Deprecated private functions (:gh: `128863 `):
Original file line number Diff line number Diff line change @@ -1356,7 +1356,7 @@ Deprecated
13561356
13571357 .. include :: ../deprecations/c-api-pending-removal-in-3.15.rst
13581358
1359- .. include :: ../deprecations/c-api-pending-removal-in-3.16 .rst
1359+ .. include :: ../deprecations/c-api-pending-removal-in-3.18 .rst
13601360
13611361.. include :: ../deprecations/c-api-pending-removal-in-future.rst
13621362
@@ -1365,7 +1365,7 @@ Deprecated
13651365 and :c:func: `PyMonitoring_FireBranchRightEvent `.
13661366
13671367* The following private functions are deprecated and planned for removal in
1368- Python 3.16 :
1368+ Python 3.18 :
13691369
13701370 * :c:func: `!_PyBytes_Join `: use :c:func: `PyBytes_Join `.
13711371 * :c:func: `!_PyDict_GetItemStringWithError `: use :c:func: `PyDict_GetItemStringRef `.
Original file line number Diff line number Diff line change 11The following private functions are deprecated and planned for removal in
2- Python 3.16 :
2+ Python 3.18 :
33
44* :c:func: `!_PyBytes_Join `: use :c:func: `PyBytes_Join `.
55* :c:func: `!_PyDict_GetItemStringWithError `: use :c:func: `PyDict_GetItemStringRef `.
You can’t perform that action at this time.
0 commit comments