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 nnorwitz
Recipients
Date 2006-02-05.06:01:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

I modified the patch some.  Removed include <fcntl.h> since
that didn't seem necessary.  Changed the #ifdef slightly. 
Modified comments.

I now understand that anonymous memory was allowed on Unix
before (in 2.3 and pre 2.4.2).  I backported the non-feature
enhancements of this patch (not dup()ing -1).  So 2.4.3
should work like 2.4.1 and earlier.  It would be great if
you can test out 2.5 and 2.4.3 from SVN.

Committed revision 42244.
Committed revision 42245. (2.4)


History
Date User Action Args
2007-08-23 15:45:19adminlinkissue1407135 messages
2007-08-23 15:45:19admincreate