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 Oren Milman, mark.dickinson, serhiy.storchaka, vstinner, yselivanov
Date 2016-05-28.17:14:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464455655.25.0.300838591236.issue27073@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this assert is needed. Nothing bad happens if the asserted condition is false. On other side, additional assert can slow down debug build (that is already slower than release build).
History
Date User Action Args
2016-05-28 17:14:15serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, vstinner, yselivanov, Oren Milman
2016-05-28 17:14:15serhiy.storchakasetmessageid: <1464455655.25.0.300838591236.issue27073@psf.upfronthosting.co.za>
2016-05-28 17:14:15serhiy.storchakalinkissue27073 messages
2016-05-28 17:14:15serhiy.storchakacreate