What means exactly "Memory error"?

Skip Montanaro skip at pobox.com
Thu Apr 24 11:19:22 EDT 2003


    Bo> Somebody knows what "Memory error" might appear and how to avoid (if
    Bo> possible) it?

It means a memory allocation using malloc or realloc failed.  In short,
virtual memory was exhausted.

Skip





More information about the Python-list mailing list