commit | ed5e29cba500c2336aacdb7c77953f1064235b72 | [log] [tgz] |
---|---|---|
author | Emmanuel Arias <emmanuelarias30@gmail.com> | Thu Mar 21 01:39:17 2019 -0300 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Mar 20 21:39:17 2019 -0700 |
tree | ee40b0a8e9bfe4a0efc98fa63830aea417756e08 | |
parent | 2afb59861827a23c1b50e44022bb77291351c2f1 [diff] |
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