Skip to content

bpo-44570: Fix line tracing for forwards jumps to duplicated tails #27066

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

Closed

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Jul 8, 2021

Handle forward jumps where the target has the same line number as the physically preceding instruction.

This doesn't seem to be strictly necessary for 3.10 due to the change in exception handling, but I'm adding anyway mainly for the regression test.

https://bugs.python.org/issue44570

@markshannon
Copy link
Member Author

Looks like this doesn't work on 3.10. I'll do that first then forward port.

@markshannon markshannon closed this Jul 8, 2021
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.

3 participants