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 alexandre.vassalotti, doug.royal, kmike, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-03-31.12:00:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427803256.62.0.85117319617.issue18473@psf.upfronthosting.co.za>
In-reply-to
Content
A third kind of error:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/5992/steps/test/logs/stdio

======================================================================
ERROR: test_import (test.test_pickle.CompatPickleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_pickle.py", line 241, in getmodule
    return sys.modules[module]
KeyError: 'multiprocessing.popen_fork'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_pickle.py", line 266, in test_import
    getmodule(module)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_pickle.py", line 243, in getmodule
    __import__(module)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\multiprocessing\popen_fork.py", line 13, in <module>
    class Popen(object):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\multiprocessing\popen_fork.py", line 25, in Popen
    def poll(self, flag=os.WNOHANG):
AttributeError: module 'os' has no attribute 'WNOHANG'
History
Date User Action Args
2015-03-31 12:00:56vstinnersetrecipients: + vstinner, pitrou, alexandre.vassalotti, python-dev, serhiy.storchaka, kmike, doug.royal
2015-03-31 12:00:56vstinnersetmessageid: <1427803256.62.0.85117319617.issue18473@psf.upfronthosting.co.za>
2015-03-31 12:00:56vstinnerlinkissue18473 messages
2015-03-31 12:00:56vstinnercreate