File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -817,22 +817,6 @@ New deprecations
817817.. include :: ../deprecations/pending-removal-in-future.rst
818818
819819
820- Porting to Python 3.15
821- ======================
822-
823- This section lists previously described changes and other bugfixes
824- that may require changes to your code.
825-
826-
827- Build changes
828- =============
829-
830- * Removed implicit fallback to the bundled copy of the ``libmpdec `` library.
831- Now this should be explicitly enabled with :option: `--with-system-libmpdec `
832- set to ``no `` or with :option: `!--without-system-libmpdec `.
833- (Contributed by Sergey B Kirpichev in :gh: `115119 `.)
834-
835-
836820C API changes
837821=============
838822
@@ -1006,3 +990,19 @@ Deprecated C APIs
1006990
1007991
1008992.. Add C API deprecations above alphabetically, not here at the end.
993+
994+
995+ Build changes
996+ =============
997+
998+ * Removed implicit fallback to the bundled copy of the ``libmpdec `` library.
999+ Now this should be explicitly enabled with :option: `--with-system-libmpdec `
1000+ set to ``no `` or with :option: `!--without-system-libmpdec `.
1001+ (Contributed by Sergey B Kirpichev in :gh: `115119 `.)
1002+
1003+
1004+ Porting to Python 3.15
1005+ ======================
1006+
1007+ This section lists previously described changes and other bugfixes
1008+ that may require changes to your code.
You can’t perform that action at this time.
0 commit comments