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 rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2017-03-24.21:38:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490391518.21.0.768237146246.issue29838@psf.upfronthosting.co.za>
In-reply-to
Content
assert() is no-op in release build and that are not critical parts.

Actually the patch decreases the number of checks in release build. Runtime check PyErr_Occurred() is moved into assert() in builtin_len().
History
Date User Action Args
2017-03-24 21:38:38serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, vstinner
2017-03-24 21:38:38serhiy.storchakasetmessageid: <1490391518.21.0.768237146246.issue29838@psf.upfronthosting.co.za>
2017-03-24 21:38:38serhiy.storchakalinkissue29838 messages
2017-03-24 21:38:38serhiy.storchakacreate