-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
New dis.py gets tripped up by ENTER_EXECUTOR #112355
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
Comments
|
I think the problem is that |
Actually it's probably that dis assumes it's a forward jump, while it should regard it as a backward jump. |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
I have some code that calls
dis.dis(test, adaptive=True)
wheretest
is simple function containing a loop containing a branch. Somehowdis
crashes like this:Here's the script:
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: