[issue1462440] socket and threading: udp multicast setsockopt fails

2011-08-30 Thread Charles-François Natali
Changes by Charles-François Natali : -- resolution: -> invalid stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue1462440] socket and threading: udp multicast setsockopt fails

2010-09-22 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: I tested it on a Windows XP box, and encountered the same problem. The error is raised because Windows XP requires the socket to be bound before calling setsockopt(IPPROTO_IP, IP_ADD_MEMBERSHIP, mreq). So calling bind() before setsockopt() solves this

[issue1462440] socket and threading: udp multicast setsockopt fails

2010-08-22 Thread Mark Lawrence
Mark Lawrence added the comment: I can't reproduce this on Windows Vista can someone please confirm my findings. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker

[issue1462440] socket and threading: udp multicast setsockopt fails

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules stage: -> needs patch title: udp multicast setsockopt fails -> socket and threading: udp multicast setsockopt fails type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Pyth