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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, neologix, thebits, vstinner
Date 2011-05-17.21:43:02
SpamBayes Score 0.00045892037
Marked as misclassified No
Message-id <1305668583.1.0.7302891742.issue12098@psf.upfronthosting.co.za>
In-reply-to
Content
This happens only on Windows, where multiprocessing has to spawn a new intepreter; the -O parameter is certainly omitted.
Unix platforms fork() the current interpreter with all its state and don't have this issue.
History
Date User Action Args
2011-05-17 21:43:03amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner, neologix, thebits
2011-05-17 21:43:03amaury.forgeotdarcsetmessageid: <1305668583.1.0.7302891742.issue12098@psf.upfronthosting.co.za>
2011-05-17 21:43:02amaury.forgeotdarclinkissue12098 messages
2011-05-17 21:43:02amaury.forgeotdarccreate