Martin v. Löwis added the comment: > I set the IMAGE_FILE_LARGE_ADDRESS_AWARE flag on python and I still get the > memoryerror exceptions. When they start happening there is still more than > 1GB of available memory!
Just in case it isn't clear: I still don't see an indication of a bug in Python here. If Python reports MemoryError, it likely means that the system has refused to provide Python with more memory, whether or not it has memory available for other purposes. Martin __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1270> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com