New submission from Enji Cooper <yaneurab...@gmail.com>:

The group that I work with uses the IN.py module to access constants available 
in netinet/in.h on BSD when adjusting socket port ranges.

This compile-time module was never ported forward to 3.x and equivalent 
functionality doesn't exist in the `socket` module. This bug will address that 
issue.

----------
components: Extension Modules
messages: 372282
nosy: ngie
priority: normal
pull_requests: 20290
severity: normal
status: open
title: IN module removed in python 3.x; socket doesn't fill in the gap with 
IP_PORTRANGE*
type: enhancement
versions: Python 3.10, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 
3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41108>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to