Skip to content

Commit

Permalink
pythongh-90815: Document bundled mimalloc in What’s New In Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Apr 12, 2024
1 parent 94e9c35 commit 4eec449
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------

Expand Down
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,11 @@ Build Changes
* ``wasm32-emscripten`` is no longer a 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.
(Contributed by Dino Viehland in :gh:`109914`.)


C API Changes
=============
Expand Down

0 comments on commit 4eec449

Please sign in to comment.