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 rhettinger
Recipients nnorwitz, rhettinger
Date 2008-12-02.21:48:32
SpamBayes Score 0.13367245
Marked as misclassified No
Message-id <1228254513.06.0.0352568369142.issue4498@psf.upfronthosting.co.za>
In-reply-to
Content
mmapmodule.c: lines 247-248

	/* silently 'adjust' out-of-range requests */
	if (num_bytes > self->size - self->pos) {
History
Date User Action Args
2008-12-02 21:48:33rhettingersetrecipients: + rhettinger, nnorwitz
2008-12-02 21:48:33rhettingersetmessageid: <1228254513.06.0.0352568369142.issue4498@psf.upfronthosting.co.za>
2008-12-02 21:48:32rhettingerlinkissue4498 messages
2008-12-02 21:48:32rhettingercreate