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 tmick
Recipients
Date 2000-06-23.02:38:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Fix a few warnings in the Win32 build of mmapmodule.c. The warnings were
about comparison of singed (int) and unsigned (size_t) values. This was
patched by casting every int to size_t for comparison. This is safe because
every cast is preceded with a check guaranteeing that the int is positive.

History
Date User Action Args
2007-08-23 14:59:36adminlinkissue400613 messages
2007-08-23 14:59:36admincreate