This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mhupfer
Recipients mhupfer
Date 2022-02-20.17:36:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645378606.64.0.848284398217.issue46810@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2022-02-20 17:36:46mhupfersetrecipients: + mhupfer
2022-02-20 17:36:46mhupfersetmessageid: <1645378606.64.0.848284398217.issue46810@roundup.psfhosted.org>
2022-02-20 17:36:46mhupferlinkissue46810 messages
2022-02-20 17:36:46mhupfercreate