gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811)

This commit is contained in:
Miro Hrončok 2024-04-18 11:04:20 +02:00 committed by GitHub
parent 1539854c3d
commit f70395786f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -1042,6 +1042,8 @@ https://www.w3.org/TR/xml-c14n2-testcases/ and is distributed under the
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.. _mimalloc-license:
mimalloc
--------

View File

@ -1621,6 +1621,11 @@ Build Changes
* ``wasm32-emscripten`` is no longer a :pep:`11` supported platform.
(Contributed by Brett Cannon in :gh:`115192`.)
* Python now bundles the `mimalloc library <https://github.com/microsoft/mimalloc>`__.
It is licensed under the MIT license, see :ref:`mimalloc license <mimalloc-license>`.
The bundled mimalloc has custom changes, see :gh:`113141` for details.
(Contributed by Dino Viehland in :gh:`109914`.)
C API Changes
=============