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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2017-03-17.19:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489779592.24.0.829471920216.issue29838@psf.upfronthosting.co.za>
In-reply-to
Content
Following PR adds several asserts for checking that sq_length and mq_length either return non-negative result or raise an exception.

One assert already was in PySequence_GetItem().
History
Date User Action Args
2017-03-17 19:39:52serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2017-03-17 19:39:52serhiy.storchakasetmessageid: <1489779592.24.0.829471920216.issue29838@psf.upfronthosting.co.za>
2017-03-17 19:39:52serhiy.storchakalinkissue29838 messages
2017-03-17 19:39:52serhiy.storchakacreate