[New-bugs-announce] [issue46810] multiprocessing.connection.Client doesn't support ipv6

Michael Hupfer report at bugs.python.org
Sun Feb 20 12:36:46 EST 2022


New submission from Michael Hupfer <michael.hupfer at web.de>:

Hi there,

connecting a multiprocessing.connection.Client to an ipv6 address is not possible, since the address family is not passed into the constructor of class SocketClient. The constructor determines the family by calling address_type(address), which never returns AF_INET6.

The class SocketListener already implemented ipv6 support.

kind regards

----------
messages: 413599
nosy: mhupfer
priority: normal
severity: normal
status: open
title: multiprocessing.connection.Client doesn't support ipv6
type: behavior
versions: Python 3.9

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


More information about the New-bugs-announce mailing list