[issue31922] Can't receive replies from multicast UDP with asyncio

2020-10-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue31922] Can't receive replies from multicast UDP with asyncio

2020-10-16 Thread Irit Katriel
Irit Katriel added the comment: Can this be closed? -- nosy: +iritkatriel ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue31922] Can't receive replies from multicast UDP with asyncio

2019-05-07 Thread miss-islington
miss-islington added the comment: New changeset 19ca5b500af4b66e1082a03d8fbf448e1f56af30 by Miss Islington (bot) in branch '3.7': bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423) https://github.com/python/cpython/commit/19ca5b500af4b66e1082a03d8fbf448e1f56af30

[issue31922] Can't receive replies from multicast UDP with asyncio

2019-05-07 Thread miss-islington
miss-islington added the comment: New changeset 63deaa5b70108ef441c57728322da6b4321db4fc by Miss Islington (bot) (Vincent Michel) in branch 'master': bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)

[issue31922] Can't receive replies from multicast UDP with asyncio

2019-05-07 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +13081 stage: -> patch review ___ Python tracker ___ ___

[issue31922] Can't receive replies from multicast UDP with asyncio

2018-09-14 Thread STINNER Victor
Change by STINNER Victor : -- versions: -Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ ___

[issue31922] Can't receive replies from multicast UDP with asyncio

2017-11-02 Thread Vincent Michel
New submission from Vincent Michel : It's currently not possible to receive replies from multicast UDP with asyncio, as reported in the following issue: https://github.com/python/asyncio/issues/480 That's because asyncio connects the UDP socket to the broadcast address,