File tree 2 files changed +7
-0
lines changed 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1042,6 +1042,8 @@ https://www.w3.org/TR/xml-c14n2-testcases/ and is distributed under the
1042
1042
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1043
1043
1044
1044
1045
+ .. _mimalloc-license :
1046
+
1045
1047
mimalloc
1046
1048
--------
1047
1049
Original file line number Diff line number Diff line change @@ -1621,6 +1621,11 @@ Build Changes
1621
1621
* ``wasm32-emscripten `` is no longer a :pep: `11 ` supported platform.
1622
1622
(Contributed by Brett Cannon in :gh: `115192 `.)
1623
1623
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
+
1624
1629
1625
1630
C API Changes
1626
1631
=============
You can’t perform that action at this time.
0 commit comments