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 Rosuav
Recipients Rosuav, pkt, vstinner
Date 2015-09-11.09:30:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441963814.89.0.904394062187.issue24684@psf.upfronthosting.co.za>
In-reply-to
Content
ISTM this is a case where Python's core shouldn't be using assert. It's possible for userland code to trigger an assertion failure, which means it should be a regular if(..) raise. Patch attached.

@haypo, what do you mean by "fuzzing"? Is there something I've missed here?
History
Date User Action Args
2015-09-11 09:30:14Rosuavsetrecipients: + Rosuav, vstinner, pkt
2015-09-11 09:30:14Rosuavsetmessageid: <1441963814.89.0.904394062187.issue24684@psf.upfronthosting.co.za>
2015-09-11 09:30:14Rosuavlinkissue24684 messages
2015-09-11 09:30:14Rosuavcreate