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

_socket.py: fix for systems where AI_NUMERICSERV is not defined #3135

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

_socket.py: fix for systems where AI_NUMERICSERV is not defined

5260922
Select commit
Loading
Failed to load commit list.
Open

_socket.py: fix for systems where AI_NUMERICSERV is not defined #3135

_socket.py: fix for systems where AI_NUMERICSERV is not defined
5260922
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 17, 2024 in 0s

99.62% (+0.00%) compared to a32de81

View this Pull Request on Codecov

99.62% (+0.00%) compared to a32de81

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.62%. Comparing base (a32de81) to head (5260922).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3135   +/-   ##
=======================================
  Coverage   99.62%   99.62%           
=======================================
  Files         122      122           
  Lines       18357    18358    +1     
  Branches     1221     1221           
=======================================
+ Hits        18289    18290    +1     
  Misses         47       47           
  Partials       21       21           
Files with missing lines Coverage Δ
src/trio/_socket.py 100.00% <100.00%> (ø)