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 skrah, vstinner
Date 2012-08-23.08:07:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345709257.81.0.874456644745.issue15770@psf.upfronthosting.co.za>
In-reply-to
Content
_testbuffer.get_contiguous() abort with an assertion error if it gets invalid arguments. Attached patch adds tests for valid values.

I found this bug using my fuzzer (fusil).
History
Date User Action Args
2012-08-23 08:07:37vstinnersetrecipients: + vstinner, skrah
2012-08-23 08:07:37vstinnersetmessageid: <1345709257.81.0.874456644745.issue15770@psf.upfronthosting.co.za>
2012-08-23 08:07:37vstinnerlinkissue15770 messages
2012-08-23 08:07:36vstinnercreate