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, sbt, thebits, vstinner
Date 2012-05-14.17:20:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337016041.71.0.408660629316.issue12098@psf.upfronthosting.co.za>
In-reply-to
Content
> Failure to build _multiprocessing will mean that multiprocessing cannot 
> be imported.  So if the function goes somewhere in multiprocessing then 
> it makes running the test suite with multiple processes dependent on the 
> building of _multiprocessing.  Not sure if that is much of a problem
> since one can just run the test suite normally.

I don't think that's a problem indeed.

> Also I don't think "-i" (inspect/interactive) should be passed on: a 
> child process's stdin is os.devnull.

Ah, you're right.

> BTW, why isn't the use of "-u" (unbuffered stdout, stderr) reflected in 
> sys.flags?

Don't know. sys.flags was introduced in issue1816, long after the -u flag itself. The code to reflect "-u" is commented out, perhaps Christian Heimes can shed some light on this.
History
Date User Action Args
2012-05-14 17:20:41pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, christian.heimes, jnoller, neologix, sbt, thebits
2012-05-14 17:20:41pitrousetmessageid: <1337016041.71.0.408660629316.issue12098@psf.upfronthosting.co.za>
2012-05-14 17:20:41pitroulinkissue12098 messages
2012-05-14 17:20:40pitroucreate