From: Miro Hrončok Date: Thu, 18 Apr 2024 09:04:20 +0000 (+0200) Subject: gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811) X-Git-Tag: v3.13.0b1~358 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f70395786f6da2412d7406606feb64347fc71262;p=thirdparty%2FPython%2Fcpython.git gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811) --- diff --git a/Doc/license.rst b/Doc/license.rst index cbe918bd1acf..814b6829f6b2 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -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 -------- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 86c6a7e93f0a..bdde92a2b9f0 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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 `__. + It is licensed under the MIT license, see :ref:`mimalloc license `. + The bundled mimalloc has custom changes, see :gh:`113141` for details. + (Contributed by Dino Viehland in :gh:`109914`.) + C API Changes =============