bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` by eamanu · Pull Request #12478 · python/cpython
Currently, when arguments on Parser/asdl_c.py are parsed ``ìf`` sentence is used. This PR Propose to use ``elif`` to avoid multiple evaluting of the ifs.
eamanu
changed the title
Add
bpo-36385: Add elif sentence on to avoid multiple ifelif sentence on to avoid multiple if
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters