-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Use anext in AsyncIterablePayload on Python 3.10+ #10941
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10941 +/- ##
==========================================
+ Coverage 98.16% 98.77% +0.60%
==========================================
Files 130 129 -1
Lines 39652 39458 -194
Branches 2240 2185 -55
==========================================
+ Hits 38925 38973 +48
+ Misses 555 337 -218
+ Partials 172 148 -24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #10941 will not alter performanceComparing Summary
|
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10942 🤖 @patchback |
(cherry picked from commit 6512aaa)
… on Python 3.10+ (#10942) Co-authored-by: J. Nick Koston <[email protected]>
Implements #10915 (comment)