Skip to content

bpo-36385: Add elif sentence on to avoid multiple if#12478

Merged
miss-islington merged 1 commit into
python:masterfrom
eamanu:asdl_improve
Mar 21, 2019
Merged

bpo-36385: Add elif sentence on to avoid multiple if#12478
miss-islington merged 1 commit into
python:masterfrom
eamanu:asdl_improve

Conversation

@eamanu

@eamanu eamanu commented Mar 21, 2019

Copy link
Copy Markdown
Contributor

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

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
@miss-islington

Copy link
Copy Markdown
Contributor

@eamanu: Status check is done, and it's a success ✅ .

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, I can't merge this PR. Reason: Pull Request is not mergeable.

@eamanu
eamanu deleted the asdl_improve branch March 21, 2019 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants