-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Replace Failure._findFailure dependency on bytecode with some mechanism that doesn't rely on bytecode #12288
Comments
😱 that is all |
Notes for the PR:
|
Yep, updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem:
Failure
's specialinlineCallbacks
related code(and quite possibly async functions too).It would be better to have a mechanism for finding the current failure that is less tied to obscure implementation details of Python. Perhaps contextvars might do the trick?
The text was updated successfully, but these errors were encountered: