This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Erez.Sh, William.Edwards, asksol, danken, dmalcolm, giampaolo.rodola, jnoller, neologix, pitrou, python-dev, sbt, synapse, vstinner
Date 2013-01-03.01:51:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357177874.0.1.3230298616e-05.issue10527@psf.upfronthosting.co.za>
In-reply-to
Content
> New changeset c5c27b84d7af by Giampaolo Rodola' in branch '2.7':
> Fix issue 10527: make multiprocessing use poll() instead of select() if available.
> http://hg.python.org/cpython/rev/c5c27b84d7af

This changeset broke many buildbots, at least:
http://buildbot.python.org/all/builders/x86%20XP-5%202.7/builds/439/steps/test/logs/stdio

  File "D:\Buildslave\2.7.moore-windows\build\lib\multiprocessing\connection.py", line 203, in <module>
    if hasattr(select, 'poll'):
NameError: name 'select' is not defined

(I reopen the issue)
History
Date User Action Args
2013-01-03 01:51:14vstinnersetrecipients: + vstinner, pitrou, giampaolo.rodola, jnoller, synapse, asksol, dmalcolm, neologix, danken, Erez.Sh, python-dev, sbt, William.Edwards
2013-01-03 01:51:14vstinnersetmessageid: <1357177874.0.1.3230298616e-05.issue10527@psf.upfronthosting.co.za>
2013-01-03 01:51:13vstinnerlinkissue10527 messages
2013-01-03 01:51:13vstinnercreate