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 #10433/0c4b1c7 backport][3.12] Detect blocking calls in coroutines using BlockBuster #10480

Conversation

cbornet
Copy link
Contributor

@cbornet cbornet commented Feb 20, 2025

Backport PR #10433

(cherry picked from commit 0c4b1c7)

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Feb 20, 2025
@cbornet cbornet force-pushed the patchback/backports/3.12/0c4b1c74cd7bffb544dacb4a4d8793f80fd4ad32/pr-10433 branch from 6dd2035 to b14b3fd Compare February 20, 2025 23:30
@bdraco bdraco enabled auto-merge (squash) February 20, 2025 23:33
Copy link

codspeed-hq bot commented Feb 20, 2025

CodSpeed Performance Report

Merging #10480 will not alter performance

Comparing cbornet:patchback/backports/3.12/0c4b1c74cd7bffb544dacb4a4d8793f80fd4ad32/pr-10433 (20e98d9) with 3.12 (a9c8841)

Summary

✅ 47 untouched benchmarks

auto-merge was automatically disabled February 21, 2025 00:01

Head branch was pushed to by a user without write access

@cbornet cbornet force-pushed the patchback/backports/3.12/0c4b1c74cd7bffb544dacb4a4d8793f80fd4ad32/pr-10433 branch from b14b3fd to 6ef6625 Compare February 21, 2025 00:01
@cbornet cbornet force-pushed the patchback/backports/3.12/0c4b1c74cd7bffb544dacb4a4d8793f80fd4ad32/pr-10433 branch from 6ef6625 to 20e98d9 Compare February 21, 2025 00:02
@bdraco bdraco enabled auto-merge (squash) February 21, 2025 00:04
Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.07%. Comparing base (a9c8841) to head (20e98d9).
Report is 4 commits behind head on 3.12.

Additional details and impacted files
@@           Coverage Diff           @@
##             3.12   #10480   +/-   ##
=======================================
  Coverage   98.07%   98.07%           
=======================================
  Files         123      123           
  Lines       37374    37380    +6     
  Branches     2114     2118    +4     
=======================================
+ Hits        36656    36662    +6     
  Misses        548      548           
  Partials      170      170           
Flag Coverage Δ
CI-GHA 97.97% <100.00%> (+<0.01%) ⬆️
OS-Linux 97.66% <100.00%> (+<0.01%) ⬆️
OS-Windows 94.73% <100.00%> (-0.01%) ⬇️
OS-macOS 96.80% <100.00%> (-0.01%) ⬇️
Py-3.10.11 96.69% <100.00%> (-0.01%) ⬇️
Py-3.10.16 97.26% <100.00%> (-0.01%) ⬇️
Py-3.11.11 97.36% <100.00%> (-0.01%) ⬇️
Py-3.11.9 96.79% <100.00%> (-0.02%) ⬇️
Py-3.12.8 96.60% <100.00%> (-0.01%) ⬇️
Py-3.12.9 97.74% <100.00%> (-0.01%) ⬇️
Py-3.13.1 96.61% <100.00%> (-0.01%) ⬇️
Py-3.13.2 97.73% <100.00%> (+<0.01%) ⬆️
Py-3.9.13 96.59% <100.00%> (-0.02%) ⬇️
Py-3.9.21 97.14% <100.00%> (-0.01%) ⬇️
Py-pypy7.3.16 86.12% <80.28%> (-10.61%) ⬇️
VM-macos 96.80% <100.00%> (-0.01%) ⬇️
VM-ubuntu 97.66% <100.00%> (+<0.01%) ⬆️
VM-windows 94.73% <100.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 af48c8d into aio-libs:3.12 Feb 21, 2025
34 checks passed
@cbornet cbornet deleted the patchback/backports/3.12/0c4b1c74cd7bffb544dacb4a4d8793f80fd4ad32/pr-10433 branch February 21, 2025 00:20
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.

2 participants