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 pitrou
Recipients amaury.forgeotdarc, christian.heimes, jnoller, neologix, pitrou, python-dev, sbt, thebits, vstinner
Date 2012-05-18.16:27:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337358329.3456.2.camel@localhost.localdomain>
In-reply-to <1337357613.3456.1.camel@localhost.localdomain>
Content
> > Since multiprocessing also depends on threading, the change has broken
> > the "AMD64 Fedora without threads 3.x" buildbot.  I had not realized
> > that the buildbots ran the test suite using multiple processes.
> 
> They don't. It's only the import failing, so you should just catch and
> ignore the ImportError.

Sorry, I have misread. It actually happens inconditionally in
run_tests.py, and is used to spawn the Python interpreter which will run
the test suite.
History
Date User Action Args
2012-05-18 16:27:59pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, christian.heimes, jnoller, neologix, python-dev, sbt, thebits
2012-05-18 16:27:58pitroulinkissue12098 messages
2012-05-18 16:27:58pitroucreate