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 donmez
Recipients donmez, ezio.melotti, gregory.p.smith, pitrou, vstinner
Date 2013-03-19.10:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363687503.84.0.307531356627.issue12466@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce the error locally. But I see something in the log might be related to this (possibly not but anyway):

[352/368/1] test_multiprocessing
test_multiprocessing skipped -- This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.

This is weird because pyconfig.h has HAVE_SEM_OPEN set to 1.
History
Date User Action Args
2013-03-19 10:05:03donmezsetrecipients: + donmez, gregory.p.smith, pitrou, vstinner, ezio.melotti
2013-03-19 10:05:03donmezsetmessageid: <1363687503.84.0.307531356627.issue12466@psf.upfronthosting.co.za>
2013-03-19 10:05:03donmezlinkissue12466 messages
2013-03-19 10:05:03donmezcreate