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 2003-04-10.18:20:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

http://msdn.microsoft.com/library/en-us/fileio/base/mapviewoffile.asp?frame=true
says the offset must be a multiple of the allocation
granularity which used to be hard-coded at 64k.  So maybe if
we made the offset 64k it would work.  The attached patch
makes this test change for windows only.  (I think the Unix
offset must be a multiple of PAGESIZE.)
History
Date User Action Args
2007-08-23 15:21:30adminlinkissue708374 messages
2007-08-23 15:21:30admincreate