Skip to content

Commit f703957

Browse files
authored
gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811)
1 parent 1539854 commit f703957

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Doc/license.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,8 @@ https://www.w3.org/TR/xml-c14n2-testcases/ and is distributed under the
10421042
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10431043

10441044

1045+
.. _mimalloc-license:
1046+
10451047
mimalloc
10461048
--------
10471049

Doc/whatsnew/3.13.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,6 +1621,11 @@ Build Changes
16211621
* ``wasm32-emscripten`` is no longer a :pep:`11` supported platform.
16221622
(Contributed by Brett Cannon in :gh:`115192`.)
16231623

1624+
* Python now bundles the `mimalloc library <https://github.com/microsoft/mimalloc>`__.
1625+
It is licensed under the MIT license, see :ref:`mimalloc license <mimalloc-license>`.
1626+
The bundled mimalloc has custom changes, see :gh:`113141` for details.
1627+
(Contributed by Dino Viehland in :gh:`109914`.)
1628+
16241629

16251630
C API Changes
16261631
=============

0 commit comments

Comments
 (0)