New submission from Stephen Lynch <[email protected]>: 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 ---------- components: Library (Lib) messages: 82106 nosy: stepheng.lynch severity: normal status: open title: with lock fails on multiprocessing versions: Python 2.6 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5261> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
