Skip to content
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

python[minor]: drop py3.8 support #1188

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

python[minor]: drop py3.8 support #1188

wants to merge 4 commits into from

Conversation

baskaryan
Copy link
Contributor

No description provided.

@baskaryan baskaryan marked this pull request as ready for review November 7, 2024 22:42
@@ -1034,14 +1032,10 @@ async def __aexit__(
ctx = copy_context()
if exc_type is not None:
await asyncio.shield(
aitertools.aio_to_thread(
self._teardown, exc_type, exc_value, traceback, __ctx=ctx
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hinthornw ok to remove __ctx here? afaict to_thread already calls copy_context()

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think so but would need to check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants