-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Trackstack includes __aexit__ in contextlib which is not in previous versions #95882
Comments
see also #27024 |
I think the test cases and code for contextlib.contextmanager and contextlib.ExitStack should be automatically generated from the test cases and code for contextlib.asynccontextmanager and contextlib.AsyncExitStack this is done in httpcore with https://github.com/encode/httpcore/blob/master/unasync.py |
graingert
added a commit
to graingert/cpython
that referenced
this issue
Aug 11, 2022
…ontextlib.asynccontextmanager
Unassigned myself since you are working on it. |
iritkatriel
added a commit
to iritkatriel/cpython
that referenced
this issue
Jan 3, 2023
iritkatriel
pushed a commit
that referenced
this issue
Jan 3, 2023
…om inside a contextlib context manager (#95883)
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 3, 2023
…ted from inside a contextlib context manager (pythonGH-95883) (cherry picked from commit b3722ca) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
iritkatriel
added a commit
that referenced
this issue
Jan 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @graingert in #92118 (comment)
Linked PRs
The text was updated successfully, but these errors were encountered: