You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The :file:`configure` option :option:`--with-system-libmpdec`
2551
+
now defaults to ``yes``.
2552
+
The bundled copy of ``libmpdecimal`` will be removed in Python 3.15.
2553
+
2554
+
* Python built with :file:`configure` :option:`--with-trace-refs`
2555
+
(tracing references) is now ABI compatible with the Python release build
2556
+
and :ref:`debug build <debug-build>`.
2534
2557
(Contributed by Victor Stinner in :gh:`108634`.)
2535
2558
2536
-
* Building CPython now requires a compiler with support for the C11 atomic
2537
-
library, GCC built-in atomic functions, or MSVC interlocked intrinsics.
2559
+
* On POSIX systems, the pkg-config (``.pc``) filenames now include the ABI
2560
+
flags. For example, the free-threaded build generates ``python-3.13t.pc``
2561
+
and the debug build generates ``python-3.13d.pc``.
2538
2562
2539
2563
* The ``errno``, ``fcntl``, ``grp``, ``md5``, ``pwd``, ``resource``,
2540
2564
``termios``, ``winsound``,
@@ -2543,21 +2567,6 @@ Build Changes
2543
2567
C extensions are now built with the :ref:`limited C API <limited-c-api>`.
2544
2568
(Contributed by Victor Stinner in :gh:`85283`.)
2545
2569
2546
-
* ``wasm32-wasi`` is now a :pep:`11` tier 2 platform.
2547
-
(Contributed by Brett Cannon in :gh:`115192`.)
2548
-
2549
-
* ``wasm32-emscripten`` is no longer a :pep:`11` supported platform.
2550
-
(Contributed by Brett Cannon in :gh:`115192`.)
2551
-
2552
-
* Python now bundles the `mimalloc library <https://github.com/microsoft/mimalloc>`__.
2553
-
It is licensed under the MIT license; see :ref:`mimalloc license <mimalloc-license>`.
2554
-
The bundled mimalloc has custom changes, see :gh:`113141` for details.
2555
-
(Contributed by Dino Viehland in :gh:`109914`.)
2556
-
2557
-
* On POSIX systems, the pkg-config (``.pc``) filenames now include the ABI
2558
-
flags. For example, the free-threaded build generates ``python-3.13t.pc``
2559
-
and the debug build generates ``python-3.13d.pc``.
0 commit comments