[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

[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 n...@acm.org: -- nosy: +sbt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5879 ___ ___ Python-bugs-list mailing list

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

2010-12-21 Thread Mher Movsisyan
Mher Movsisyan mher.movsis...@gmail.com added the comment: py3k does support socket.fromfd on Windows (#1378) -- nosy: +mher ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5879 ___

[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 florent.xicl...@gmail.com: -- components: +Windows ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5879 ___ ___

[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 breamore...@yahoo.co.uk: -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5879 ___

[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 gagsl-...@yahoo.com.ar: -- nosy: +gagenellina ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5879 ___ ___

[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 false...@gmail.com: -- nosy: +falsetru ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5879 ___ ___ Python-bugs-list

[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 jnol...@gmail.com: -- assignee: - jnoller ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5879 ___ ___ Python-bugs-list

[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 c...@ghum.de: 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 =

[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 rdmur...@bitdance.com: -- nosy: +jnoller priority: - normal stage: - needs patch type: - behavior versions: +Python 2.7, Python 3.0, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5879