bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` by eamanu · Pull Request #12478 · python/cpython

@eamanu

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 eamanu changed the title Add elif sentence on to avoid multiple if bpo-36385: Add elif sentence on to avoid multiple if

Mar 21, 2019

rhettinger