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 vstinner
Recipients vstinner
Date 2008-09-26.17:36:01
SpamBayes Score 0.022871913
Marked as misclassified No
Message-id <1222450562.88.0.825613583168.issue3977@psf.upfronthosting.co.za>
In-reply-to
Content
PyLong_Ssize_t() returns -1 and set an error (OverflowError) on
overflow, but some modules don't check this case. Here is a first patch
for BytesIO() and StringIO().
History
Date User Action Args
2008-09-26 17:36:03vstinnersetrecipients: + vstinner
2008-09-26 17:36:02vstinnersetmessageid: <1222450562.88.0.825613583168.issue3977@psf.upfronthosting.co.za>
2008-09-26 17:36:02vstinnerlinkissue3977 messages
2008-09-26 17:36:02vstinnercreate