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, jnoller, loewis, ocean-city, vstinner
Date 2009-01-23.13:38:11
SpamBayes Score 0.0004759189
Marked as misclassified No
Message-id <1232717952.3.0.0538447050872.issue3807@psf.upfronthosting.co.za>
In-reply-to
Content
_save is used, by the Py_BLOCK_THREADS macros.
(when threads are enabled, of course).

I think that you should not try to compile _multiprocessing without
threads enabled. multiprocessing does need multiple threads to work.
History
Date User Action Args
2009-01-23 13:39:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, vstinner, ocean-city, jnoller
2009-01-23 13:39:12amaury.forgeotdarcsetmessageid: <1232717952.3.0.0538447050872.issue3807@psf.upfronthosting.co.za>
2009-01-23 13:38:12amaury.forgeotdarclinkissue3807 messages
2009-01-23 13:38:11amaury.forgeotdarccreate