summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2024-04-18 09:04:20 (GMT)
committerGitHub <noreply@github.com>2024-04-18 09:04:20 (GMT)
commitf70395786f6da2412d7406606feb64347fc71262 (patch)
treefce4a28b7681c8a388c76a581861eb4262429308
parent1539854c3d03c2d6287a150227ec4bef9de0bc2b (diff)
downloadcpython-f70395786f6da2412d7406606feb64347fc71262.zip
cpython-f70395786f6da2412d7406606feb64347fc71262.tar.gz
cpython-f70395786f6da2412d7406606feb64347fc71262.tar.bz2
gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811)
-rw-r--r--Doc/license.rst2
-rw-r--r--Doc/whatsnew/3.13.rst5
2 files changed, 7 insertions, 0 deletions
diff --git a/Doc/license.rst b/Doc/license.rst
index cbe918b..814b682 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 86c6a7e..bdde92a 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 <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
=============