[issue29515] socket module missing IPPROTO_IPV6, IPPROTO_IPV4 on Windows

Giampaolo Rodola' report at bugs.python.org
Tue Feb 19 05:44:58 EST 2019


Giampaolo Rodola' <g.rodola at gmail.com> added the comment:

It turns out having this fix would be useful for proceeding with issue17561, which right now cannot support dual-stack IPv4/6 on Windows because IPPROTO_IPV6 is missing, see my comment:
https://github.com/python/cpython/pull/11784#issuecomment-465078646

----------
dependencies: +Add socket.bind_socket() convenience function
nosy: +giampaolo.rodola

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29515>
_______________________________________


More information about the Python-bugs-list mailing list