IN module removed in python 3.x; socket doesn't fill in the gap with IP_PORTRANGE*
Open
Nobody has claimed this yet.
3.10
3.7 (EOL)
3.8 (EOL)
3.9 (EOL)
extension-modules
topic-socket
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 41108 |
|---|---|
| Nosy | @ngie-eign |
| PRs |
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-06-24.21:08:47.876>
labels = ['3.7', '3.8', '3.9', '3.10', 'extension-modules', 'type-feature']
title = "IN module removed in python 3.x; socket doesn't fill in the gap with IP_PORTRANGE*"
updated_at = <Date 2020-06-24.21:08:47.876>
user = 'https://github.com/ngie-eign'
bugs.python.org fields:
activity = <Date 2020-06-24.21:08:47.876>
actor = 'ngie'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2020-06-24.21:08:47.876>
creator = 'ngie'
dependencies = []
files = []
hgrepos = []
issue_num = 41108
keywords = []
message_count = 1.0
messages = ['372282']
nosy_count = 1.0
nosy_names = ['ngie']
pr_nums = ['21127']
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue41108'
versions = ['Python 3.5', 'Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the socket extension-module implementation and PR #21127, which is linked in the issue body. Confirm how Python 3.x handles the removed IN-module values and the intended IP_PORTRANGE* coverage. Done means the socket API fills the stated gap and the relevant behavior is covered by the project's tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100