Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 21, 2019

Conversation

eamanu
Copy link
Contributor

@eamanu eamanu commented Mar 21, 2019

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
Contributor

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

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