[issue5879] multiprocessing example "pool of http servers " fails on windows

2020-05-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: As I said above, the example was removed from 3.x. At some point, they were all vetted for Windows execution or failure. Zach, thanks for reviewing 2.7 issues. -- resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___

[issue5879] multiprocessing example "pool of http servers " fails on windows

2020-05-06 Thread Zackery Spytz
Zackery Spytz added the comment: Python 2 is EOL. -- nosy: +ZackerySpytz ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue5879] multiprocessing example "pool of http servers " fails on windows

2019-04-27 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue5879] multiprocessing example "pool of http servers " fails on windows

2014-08-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: r50094 was for 2.7 (see msg216242, part of #21204 that is a partly a duplicate of this). Running in 2.7.8, the message has changed to "PicklingError: Can't pickle : it's not found as thread.lock" The example has been removed in 3.x. I think the right 'fix' for

[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