-
-
Notifications
You must be signed in to change notification settings - Fork 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
Improve performance of starting request handlers with Python 3.12+ #8681
Conversation
followup to #8666 as I missed one more place we create a task
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8681 +/- ##
=======================================
Coverage 97.98% 97.98%
=======================================
Files 107 107
Lines 33825 33829 +4
Branches 3969 3970 +1
=======================================
+ Hits 33143 33147 +4
Misses 505 505
Partials 177 177
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #8725 🤖 @patchback |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #8726 🤖 @patchback |
…quest handlers with Python 3.12+ (#8725) Co-authored-by: J. Nick Koston <nick@koston.org>
…quest handlers with Python 3.12+ (#8726) Co-authored-by: J. Nick Koston <nick@koston.org>
What do these changes do?
Improve performance of starting request handlers with Python 3.12+ by starting the task eagerly.
followup to #8661 as I missed one more place we create a task
Are there changes in behavior for the user?
no
Is it a substantial burden for the maintainers to support this?
no