The malloc rearrangement was actually already in 1.6.

This commit is contained in:
Guido van Rossum 2000-09-05 15:43:23 +00:00
parent 830ca2af5a
commit b1156badb4
1 changed files with 0 additions and 3 deletions

View File

@ -291,9 +291,6 @@ header files were removed, in an attempt to create a more rational set
of header files. (Few of these ever need to be included explicitly;
they are all included by Python.h.)
Vladimir Marangozov redesigned more rational APIs for allocating
memory. See pymem.h.
Trent Mick ensured portability to 64-bit platforms, under both Linux
and Win64, especially for the new Intel Itanium processor.