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

Fix __qualname__ missing attribute in asyncio integration #2105

Merged
merged 1 commit into from
May 11, 2023

Conversation

sl0thentr0py
Copy link
Member

fixes #2093

I'll add a test case if the user comes up with a sample task that fails for him

@sl0thentr0py sl0thentr0py requested a review from antonpirker May 11, 2023 16:17
@sl0thentr0py sl0thentr0py force-pushed the neel/fix-asyncio-qualname branch from 626ff5b to 0a103d5 Compare May 11, 2023 16:21
@sl0thentr0py sl0thentr0py requested a review from sentrivana May 11, 2023 16:21
@sl0thentr0py sl0thentr0py force-pushed the neel/fix-asyncio-qualname branch from 0a103d5 to 52a9e5d Compare May 11, 2023 16:29
@sl0thentr0py sl0thentr0py enabled auto-merge (squash) May 11, 2023 16:33
@sl0thentr0py sl0thentr0py force-pushed the neel/fix-asyncio-qualname branch from 52a9e5d to b882a02 Compare May 11, 2023 16:38
@sl0thentr0py sl0thentr0py merged commit ad3bde9 into master May 11, 2023
@sl0thentr0py sl0thentr0py deleted the neel/fix-asyncio-qualname branch May 11, 2023 17:03
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.

AttributeError: 'async_generator_athrow' object has no attribute '__qualname__'
2 participants