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 amaury.forgeotdarc, neologix, thebits, vstinner
Date 2011-05-18.12:39:30
SpamBayes Score 4.130442e-05
Marked as misclassified No
Message-id <1305722371.16.0.693046328315.issue12098@psf.upfronthosting.co.za>
In-reply-to
Content
I think that the problem is in Popen.get_command_line() of multiprocessing.forking.

There are other options changing Python behaviour: -b, -B, -E, -u, etc.
History
Date User Action Args
2011-05-18 12:39:31vstinnersetrecipients: + vstinner, amaury.forgeotdarc, neologix, thebits
2011-05-18 12:39:31vstinnersetmessageid: <1305722371.16.0.693046328315.issue12098@psf.upfronthosting.co.za>
2011-05-18 12:39:30vstinnerlinkissue12098 messages
2011-05-18 12:39:30vstinnercreate