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

[PR #8661/4d604ea backport][3.11] Improve performance of starting request handlers with Python 3.12+ #8666

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Aug 8, 2024

(cherry picked from commit 4d604ea)

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Aug 8, 2024
@bdraco bdraco changed the title Improve performance of starting request handlers with Python 3.12+ (#8661) [PR #8661/4d604ea backport][3.11] Improve performance of starting request handlers with Python 3.12+ Aug 8, 2024
@bdraco bdraco marked this pull request as ready for review August 9, 2024 00:16
@bdraco bdraco enabled auto-merge (squash) August 9, 2024 00:16
Copy link

codecov bot commented Aug 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.71%. Comparing base (dbaf174) to head (53faa5a).
Report is 1 commits behind head on 3.11.

Additional details and impacted files
@@           Coverage Diff           @@
##             3.11    #8666   +/-   ##
=======================================
  Coverage   97.71%   97.71%           
=======================================
  Files         108      108           
  Lines       33970    33974    +4     
  Branches     4044     4045    +1     
=======================================
+ Hits        33194    33198    +4     
  Misses        579      579           
  Partials      197      197           
Flag Coverage Δ
CI-GHA 97.61% <80.00%> (-0.01%) ⬇️
OS-Linux 97.29% <80.00%> (+<0.01%) ⬆️
OS-Windows 94.81% <80.00%> (-0.01%) ⬇️
OS-macOS 96.96% <80.00%> (-0.01%) ⬇️
Py-3.10.11 97.05% <60.00%> (-0.01%) ⬇️
Py-3.10.14 97.06% <60.00%> (+0.04%) ⬆️
Py-3.11.9 97.24% <60.00%> (-0.01%) ⬇️
Py-3.12.4 97.33% <60.00%> (-0.02%) ⬇️
Py-3.8.10 94.42% <60.00%> (-0.01%) ⬇️
Py-3.8.18 96.79% <60.00%> (-0.01%) ⬇️
Py-3.9.13 96.93% <60.00%> (-0.01%) ⬇️
Py-3.9.19 96.89% <60.00%> (-0.01%) ⬇️
Py-pypy7.3.16 96.48% <60.00%> (-0.01%) ⬇️
VM-macos 96.96% <80.00%> (-0.01%) ⬇️
VM-ubuntu 97.29% <80.00%> (+<0.01%) ⬆️
VM-windows 94.81% <80.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco bdraco merged commit 58e91a1 into 3.11 Aug 9, 2024
30 of 31 checks passed
@bdraco bdraco deleted the patchback/backports/3.11/4d604eafefbee22ad35886c3bd12e4c3048cc45b/pr-8661 branch August 9, 2024 00:32
bdraco added a commit that referenced this pull request Aug 11, 2024
followup to #8666 as I missed one more place we create a task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant