[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2014-07-10 Thread Ned Deily
Changes by Ned Deily : -- nosy: +sbt ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mai

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Unfortunately #1378 refers to r59004 which is incorrect. I can't find (due to my limited skill set :( where and when fromfd was included in the Python builds for Windows. If that can be found and if somebody is prepared to do a backport then this can go forwa

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2010-12-21 Thread Mher Movsisyan
Mher Movsisyan added the comment: py3k does support socket.fromfd on Windows (#1378) -- nosy: +mher ___ Python tracker ___ ___ Python-

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2010-08-10 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +Windows ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2010-08-04 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2010-03-16 Thread Gabriel Genellina
Changes by Gabriel Genellina : -- nosy: +gagenellina ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2010-01-20 Thread Jeong-Min Lee
Changes by Jeong-Min Lee : -- nosy: +falsetru ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2009-06-29 Thread Jesse Noller
Changes by Jesse Noller : -- assignee: -> jnoller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2009-04-29 Thread R. David Murray
Changes by R. David Murray : -- nosy: +jnoller priority: -> normal stage: -> needs patch type: -> behavior versions: +Python 2.7, Python 3.0, Python 3.1 ___ Python tracker ___

[issue5879] multiprocessing - example "pool of http servers " fails on windows "socket has no attribute fromfd"

2009-04-29 Thread Harald Armin Massa
New submission from Harald Armin Massa : the example from http://docs.python.org/library/multiprocessing.html?highlight=multiprocessing#module-multiprocessing named " # Example where a pool of http servers share a single listening socket # " does not work on windows. Reason: s = socket.from