bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` (GH-12478)
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. https://bugs.python.org/issue36385
E
Emmanuel Arias committed
ed5e29cba500c2336aacdb7c77953f1064235b72
Parent: 2afb598
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
on 3/21/2019, 4:39:17 AM