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

_jump_if_none fix up in py3.11 branch #8642

Open
sklam opened this issue Dec 5, 2022 · 0 comments
Open

_jump_if_none fix up in py3.11 branch #8642

sklam opened this issue Dec 5, 2022 · 0 comments
Assignees
Labels
easy Python 3.11 All issues related to Python 3.11 support Task

Comments

@sklam
Copy link
Member

sklam commented Dec 5, 2022

    `inst.next` is the fallthrough branch. `inst.get_jump_target()` is the take-the-jump branch. need to fix up the `truebr` `falsebr` variable naming.

Originally posted by @sklam in #8639 (comment)

@sklam sklam added Task easy Python 3.11 All issues related to Python 3.11 support labels Dec 5, 2022
@stuartarchibald stuartarchibald self-assigned this Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Python 3.11 All issues related to Python 3.11 support Task
Projects
None yet
Development

No branches or pull requests

2 participants