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 ezio.melotti, neologix, pitrou, serhiy.storchaka
Date 2013-01-23.19:08:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358968117.35.0.545766542126.issue14771@psf.upfronthosting.co.za>
In-reply-to
Content
> Perhaps we need a possibility to mark a test that it can't run in parallel. 
> I suspect some multiprocess tests fail for same reason.

Well, first I would like to know what the underlying problem is.
-j doesn't use multiprocessing, it spawns standalone processes using the subprocess module.
History
Date User Action Args
2013-01-23 19:08:37pitrousetrecipients: + pitrou, ezio.melotti, neologix, serhiy.storchaka
2013-01-23 19:08:37pitrousetmessageid: <1358968117.35.0.545766542126.issue14771@psf.upfronthosting.co.za>
2013-01-23 19:08:37pitroulinkissue14771 messages
2013-01-23 19:08:37pitroucreate