Message 338519 - Python tracker (original) (raw)

Message338519

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:32 eamanu set recipients: + eamanu
2019-03-21 01:44:32 eamanu set messageid: 1553132672.06.0.731683076003.issue36385@roundup.psfhosted.org
2019-03-21 01:44:32 eamanu link issue36385 messages
2019-03-21 01:44:31 eamanu create