-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Remove INSTRUCTION event monitoring will remove LINE events as well #109156
Labels
type-bug
An unexpected behavior, bug, or error
Comments
Yes, please. We are obviously lacking a test for this. |
markshannon
pushed a commit
that referenced
this issue
Sep 13, 2023
Fixed |
vstinner
pushed a commit
to vstinner/cpython
that referenced
this issue
Sep 13, 2023
iritkatriel
added a commit
to iritkatriel/cpython
that referenced
this issue
Sep 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
The current de-instrumentation code for instructions incorrectly de-instruments line too. So if INSTRUCTION events are removed, event if the LINE events are still there, it won't trigger the event.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: