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, barry, christian.heimes, jnoller, loewis
Date 2008-12-02.21:48:50
SpamBayes Score 0.00045377965
Marked as misclassified No
Message-id <1228254531.69.0.173146632789.issue4449@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, it seems that multiprocessing uses assertions in many places to 
handle errors in user code. This could be changed, but it is another 
task.

I can apply the patch, but what about 2.6? it's an incompatible API 
change, unless we choose to process "lock=None" the same way as 
"lock=False".
History
Date User Action Args
2008-12-02 21:48:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, barry, christian.heimes, jnoller
2008-12-02 21:48:51amaury.forgeotdarcsetmessageid: <1228254531.69.0.173146632789.issue4449@psf.upfronthosting.co.za>
2008-12-02 21:48:51amaury.forgeotdarclinkissue4449 messages
2008-12-02 21:48:50amaury.forgeotdarccreate