Author stepheng.lynch
Recipients stepheng.lynch
Date 2009-02-14.18:51:14
SpamBayes Score 1.40676e-05
Marked as misclassified No
Message-id <1234637534.63.0.0578864534082.issue5261@psf.upfronthosting.co.za>
In-reply-to
Content
the following code gives a system error under python 2.6.1

import multiprocessing

with multiprocessing.Lock(): pass


SystemError: ..\Python\getargs.c:1413: bad argument to internal function
History
Date User Action Args
2009-02-14 18:52:14stepheng.lynchsetrecipients: + stepheng.lynch
2009-02-14 18:52:14stepheng.lynchsetmessageid: <1234637534.63.0.0578864534082.issue5261@psf.upfronthosting.co.za>
2009-02-14 18:51:14stepheng.lynchlinkissue5261 messages
2009-02-14 18:51:14stepheng.lynchcreate