Skip to content

Conversation

@A5rocks
Copy link
Contributor

@A5rocks A5rocks commented Oct 17, 2025

This PR also notes that we support 3.14 now.

@codecov
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00000%. Comparing base (bd3787f) to head (da59736).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@               Coverage Diff                @@
##                 main        #3345    +/-   ##
================================================
  Coverage   100.00000%   100.00000%            
================================================
  Files             125          125            
  Lines           19598        19388   -210     
  Branches         1344         1319    -25     
================================================
- Hits            19598        19388   -210     
Files with missing lines Coverage Δ
src/trio/_channel.py 100.00000% <100.00000%> (ø)
src/trio/_core/_exceptions.py 100.00000% <100.00000%> (ø)
src/trio/_core/_io_epoll.py 100.00000% <100.00000%> (ø)
src/trio/_core/_io_kqueue.py 100.00000% <100.00000%> (ø)
src/trio/_core/_io_windows.py 100.00000% <100.00000%> (ø)
src/trio/_core/_ki.py 100.00000% <100.00000%> (ø)
src/trio/_core/_tests/test_exceptiongroup_gc.py 100.00000% <100.00000%> (ø)
src/trio/_core/_tests/test_guest_mode.py 100.00000% <ø> (ø)
src/trio/_core/_tests/test_ki.py 100.00000% <100.00000%> (ø)
src/trio/_core/_tests/test_run.py 100.00000% <100.00000%> (ø)
... and 27 more

... and 23 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

 - Fix a few typos
 - Remove unnecessary generic function infrastructure
 - Deduplicate `from typing import ...` imports
 - Fix codecov complains
@CoolCat467 CoolCat467 added the typing Adding static types to trio's interface label Oct 18, 2025
I'm not so sure about the unix pipes change. I suppose we'll get
comments if it doesn't work? I can't tell why the code was there
to begin with, which is a bad sign for being able to tell whether
it's necessary anymore.
@A5rocks
Copy link
Contributor Author

A5rocks commented Oct 24, 2025

Planning on merging this in a few days unless people have concerns.

Copy link
Member

@jakkdl jakkdl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good! Did not catch anything of note when reading through

@A5rocks A5rocks merged commit 19196a8 into python-trio:main Oct 28, 2025
39 checks passed
@A5rocks A5rocks deleted the drop-python-3.9 branch October 28, 2025 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

typing Adding static types to trio's interface

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants