Skip to content

Commit 3d1a11d

Browse files
committed
pythongh-115119: defer removal of bundled libmpdec to 3.16
1 parent 3e23047 commit 3d1a11d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Doc/deprecations/c-api-pending-removal-in-3.15.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Pending removal in Python 3.15
22
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33

4-
* The bundled copy of ``libmpdecimal``.
54
* The :c:func:`!PyImport_ImportModuleNoBlock`:
65
Use :c:func:`PyImport_ImportModule` instead.
76
* :c:func:`PyWeakref_GetObject` and :c:func:`PyWeakref_GET_OBJECT`:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Pending removal in Python 3.16
2+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
4+
* The bundled copy of ``libmpdecimal``.

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2577,7 +2577,7 @@ Build Changes
25772577

25782578
* The :file:`configure` option :option:`--with-system-libmpdec`
25792579
now defaults to ``yes``.
2580-
The bundled copy of ``libmpdecimal`` will be removed in Python 3.15.
2580+
The bundled copy of ``libmpdecimal`` will be removed in Python 3.16.
25812581

25822582
* Python built with :file:`configure` :option:`--with-trace-refs`
25832583
(tracing references) is now ABI compatible with the Python release build

0 commit comments

Comments
 (0)