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, xiang.zhang, ztane
Date 2016-08-09.09:40:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470735635.56.0.441053826913.issue27703@psf.upfronthosting.co.za>
In-reply-to
Content
do_raise_v2.patch (with asserts) LGTM. There are two ways that lead to this point (and third way leads to raising an exception), and additional assertions make the code clearer, because a reader shouldn't follow all these patch for reading the code after assertions.
History
Date User Action Args
2016-08-09 09:40:35serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ztane, xiang.zhang
2016-08-09 09:40:35serhiy.storchakasetmessageid: <1470735635.56.0.441053826913.issue27703@psf.upfronthosting.co.za>
2016-08-09 09:40:35serhiy.storchakalinkissue27703 messages
2016-08-09 09:40:35serhiy.storchakacreate