-
- Notifications
You must be signed in to change notification settings - Fork 33.6k
Closed
Labels
3.10only security fixesonly security fixes3.11only security fixesonly security fixes3.12only security fixesonly security fixestopic-asynciotype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
| BPO | 42342 |
|---|---|
| Nosy | @asvetlov, @1st1, @ecatmur |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None closed_at = None created_at = <Date 2020-11-13.10:23:37.431> labels = ['type-bug', '3.8', 'expert-asyncio'] title = "asyncio.open_connection(local_addr=('localhost', port)) fails with TypeError: AF_INET address must be a pair (host, port)" updated_at = <Date 2020-11-13.10:23:37.431> user = 'https://github.com/ecatmur'bugs.python.org fields:
activity = <Date 2020-11-13.10:23:37.431> actor = 'ecatmur2' assignee = 'none' closed = False closed_date = None closer = None components = ['asyncio'] creation = <Date 2020-11-13.10:23:37.431> creator = 'ecatmur2' dependencies = [] files = [] hgrepos = [] issue_num = 42342 keywords = [] message_count = 1.0 messages = ['380874'] nosy_count = 3.0 nosy_names = ['asvetlov', 'yselivanov', 'ecatmur2'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue42342' versions = ['Python 3.8']Linked PRs
- GH-86508: skip binding to local addresses of different family in
asyncio.open_connection#100615 - [3.11] GH-86508: skip binding to local addresses of different family in
asyncio.open_connection(GH-100615) #100741 - [3.10] GH-86508: skip binding to local addresses of different family in
asyncio.open_connection(GH-100615) #100742
Metadata
Metadata
Assignees
Labels
3.10only security fixesonly security fixes3.11only security fixesonly security fixes3.12only security fixesonly security fixestopic-asynciotype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done