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

Remove deprecated unbounded queue #2925

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Merge branch 'main' into eliminate-unbounded-queue

3142762
Select commit
Loading
Failed to load commit list.
Open

Remove deprecated unbounded queue #2925

Merge branch 'main' into eliminate-unbounded-queue
3142762
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 1, 2024 in 0s

99.60% (-0.04%) compared to 20f9291

View this Pull Request on Codecov

99.60% (-0.04%) compared to 20f9291

Details

Codecov Report

Attention: Patch coverage is 68.00000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 99.60%. Comparing base (20f9291) to head (3142762).

Files Patch % Lines
src/trio/_core/_io_kqueue.py 20.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2925      +/-   ##
==========================================
- Coverage   99.63%   99.60%   -0.04%     
==========================================
  Files         120      118       -2     
  Lines       17832    17671     -161     
  Branches     3204     3179      -25     
==========================================
- Hits        17767    17601     -166     
- Misses         46       50       +4     
- Partials       19       20       +1     
Files Coverage Δ
src/trio/_core/__init__.py 100.00% <ø> (ø)
src/trio/_core/_io_windows.py 98.82% <100.00%> (+0.01%) ⬆️
src/trio/_core/_parking_lot.py 100.00% <ø> (ø)
src/trio/_core/_tests/test_windows.py 100.00% <100.00%> (ø)
src/trio/_tools/gen_exports.py 99.13% <100.00%> (ø)
src/trio/lowlevel.py 100.00% <ø> (ø)
src/trio/_core/_io_kqueue.py 83.84% <20.00%> (-3.36%) ⬇️