hard memory limits

Fredrik Lundh fredrik at pythonware.com
Mon May 9 07:32:43 EDT 2005


Mike Meyer wrote:

> There is something very non-unixy going on here, though. Why is
> vm_malloc exiting with an error message, instead of returning a
> failure to the calling application? I've seen other applications
> include a FOSS malloc implementation to work around bugs in the
> system's malloc. Maybe Python should do that on the Mac?

from what I can tell (by reading the google hits), the malloc implementation
prints a message, but returns NULL as usual (you can find reports of this
message preceeding a MemoryError traceback).

</F> 






More information about the Python-list mailing list