This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author titty
Recipients
Date 2006-01-17.10:34:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=17929

This patch tries to mmap via /dev/zero if neither MAP_ANON
nor MAP_ANONYMOUS is defined and handles the case where only
MAP_ANONYMOUS is defined.

I've added some tests, and found that test_mmap executed
mmap(-1, ...), which probably would have crashed the tests
running on OS X. Aren't the tests being run before release
on all major platforms?
History
Date User Action Args
2007-08-23 15:45:19adminlinkissue1407135 messages
2007-08-23 15:45:19admincreate