Back to Numpy

Default memory allocator change

doc/release/upcoming_changes/30846.compatibility.rst

2.5.0.dev0207 B
Original Source

Default memory allocator change

NumPy now uses PyMem_RawMalloc and PyMem_RawFree as the default memory allocator, instead of system's malloc and free directly.