File tree 3 files changed +5
-2
lines changed 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pending removal in Python 3.15
2
2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
3
4
- * The bundled copy of ``libmpdecimal ``.
5
4
* The :c:func: `!PyImport_ImportModuleNoBlock `:
6
5
Use :c:func: `PyImport_ImportModule ` instead.
7
6
* :c:func: `PyWeakref_GetObject ` and :c:func: `PyWeakref_GET_OBJECT `:
Original file line number Diff line number Diff line change
1
+ Pending removal in Python 3.16
2
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
+
4
+ * The bundled copy of ``libmpdecimal ``.
Original file line number Diff line number Diff line change @@ -2577,7 +2577,7 @@ Build Changes
2577
2577
2578
2578
* The :file: `configure ` option :option: `--with-system-libmpdec `
2579
2579
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 .
2581
2581
2582
2582
* Python built with :file: `configure ` :option: `--with-trace-refs `
2583
2583
(tracing references) is now ABI compatible with the Python release build
You can’t perform that action at this time.
0 commit comments