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 eamanu
Recipients eamanu
Date 2019-03-21.01:44:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553132672.06.0.731683076003.issue36385@roundup.psfhosted.org>
In-reply-to
Content
Currently, when arguments on Parser/asdl_c.py are parsed
ìf sentence is used. This PR(https://github.com/python/cpython/pull/12478) Propose to use elif
to avoid multiple evaluting of the ifs.
History
Date User Action Args
2019-03-21 01:44:32eamanusetrecipients: + eamanu
2019-03-21 01:44:32eamanusetmessageid: <1553132672.06.0.731683076003.issue36385@roundup.psfhosted.org>
2019-03-21 01:44:32eamanulinkissue36385 messages
2019-03-21 01:44:31eamanucreate