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 benjamin.peterson, brett.cannon, eric.snow, georg.brandl, ncoghlan, serhiy.storchaka, yselivanov
Date 2016-06-26.19:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466970702.25.0.370595421864.issue27352@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I was wrong. The level argument is always non-negative integer (if a bytecode is not corrupted). The second branch can be just removed.

Following patch also fixes the validation of the ImportFrom AST node.
History
Date User Action Args
2016-06-26 19:51:42serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, georg.brandl, ncoghlan, benjamin.peterson, eric.snow, yselivanov
2016-06-26 19:51:42serhiy.storchakasetmessageid: <1466970702.25.0.370595421864.issue27352@psf.upfronthosting.co.za>
2016-06-26 19:51:42serhiy.storchakalinkissue27352 messages
2016-06-26 19:51:42serhiy.storchakacreate