Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.4k
Star
76.4k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-91227: Ignore ERROR_PORT_UNREACHABLE
- #32011
#32011
Merged
gvanrossum
merged 19 commits into
python:main
python/cpython:main
from
esoma:issue-47071
esoma/cpython:issue-47071
Copy head branch name to clipboard
Mar 23, 2024
Conversation
Commits
19
(19)
Checks
Files changed
Merged
gh-91227: Ignore ERROR_PORT_UNREACHABLE
#32011
gvanrossum
merged 19 commits into
python:main
python/cpython:main
from
esoma:issue-47071
esoma/cpython:issue-47071
Copy head branch name to clipboard
Commits
Commits on Mar 20, 2022
Retry recvfrom when ERROR_PORT_UNREACHABLE received.
esoma
committed
e184e95
View commit details
Copy full SHA for e184e95
Browse repository at this point
Forgot something.
esoma
committed
3456205
View commit details
Copy full SHA for 3456205
Browse repository at this point
Commits on Jul 28, 2022
Revert "Forgot something."
Show description for d5fb49e
esoma
committed
d5fb49e
View commit details
Copy full SHA for d5fb49e
Browse repository at this point
Revert "Retry recvfrom when ERROR_PORT_UNREACHABLE received."
Show description for 03b0e08
esoma
committed
03b0e08
View commit details
Copy full SHA for 03b0e08
Browse repository at this point
Merge branch 'master' into issue-47071
esoma
committed
d2c03af
View commit details
Copy full SHA for d2c03af
Browse repository at this point
Ignore ERROR_PORT_UNREACHABLE errors in connectionless receives in asyncio proactor.
esoma
committed
27731e1
View commit details
Copy full SHA for 27731e1
Browse repository at this point
Commits on Feb 24, 2024
Merge branch 'master' into issue-47071
esoma
committed
541684c
View commit details
Copy full SHA for 541684c
Browse repository at this point
Add test for issue 91227.
esoma
committed
ce32e7b
View commit details
Copy full SHA for ce32e7b
Browse repository at this point
Merge branch 'main' into issue-47071
esoma
committed
edd22e9
View commit details
Copy full SHA for edd22e9
Browse repository at this point
Fix test for issue 91227.
esoma
committed
decfa46
View commit details
Copy full SHA for decfa46
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
7709e05
View commit details
Copy full SHA for 7709e05
Browse repository at this point
Fix linter errors.
esoma
committed
47c5e13
View commit details
Copy full SHA for 47c5e13
Browse repository at this point
Commits on Mar 21, 2024
Merge branch 'main' into issue-47071
serhiy-storchaka
authored
0136fae
View commit details
Copy full SHA for 0136fae
Browse repository at this point
Fix test_datagram_send_to_non_listening_address test to use unittest assertion methods instead of assert.
esoma
committed
0878d99
View commit details
Copy full SHA for 0878d99
Browse repository at this point
Close transports in test_datagram_send_to_non_listening_address.
esoma
committed
5559f4b
View commit details
Copy full SHA for 5559f4b
Browse repository at this point
Commits on Mar 23, 2024
X
esoma
committed
ed8e383
View commit details
Copy full SHA for ed8e383
Browse repository at this point
Add low level socket tests for ERROR_PORT_UNREACHABLE error in ProactorEventLoop.
esoma
committed
b3b5626
View commit details
Copy full SHA for b3b5626
Browse repository at this point
Formatting.
esoma
committed
a6915cd
View commit details
Copy full SHA for a6915cd
Browse repository at this point
Remove extra asyncio.sleep in _basetest_datagram_send_to_non_listening_address.
esoma
committed
69bf497
View commit details
Copy full SHA for 69bf497
Browse repository at this point
You can’t perform that action at this time.