PyMem_MALLOC (was [Python-Dev] Snake farm) (original) (raw)
Guido van Rossum guido@python.org
Fri, 22 Nov 2002 11🔞34 -0500
- Previous message: PyMem_MALLOC (was [Python-Dev] Snake farm)
- Next message: PyMem_MALLOC (was [Python-Dev] Snake farm)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This can be solved (as MAL suggested) by fixing configure so that malloc(0) returning 0x800 is treated the same as malloc(0) returning NULL. That way, pymalloc's free code doesn't have to special-case this.
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: PyMem_MALLOC (was [Python-Dev] Snake farm)
- Next message: PyMem_MALLOC (was [Python-Dev] Snake farm)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]