[issue3325] use of cPickle in multiprocessing

2009-01-18 Thread Jesse Noller
Jesse Noller added the comment: Checked into python-3000 as r68728 -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue3325] use of cPickle in multiprocessing

2009-01-08 Thread Jesse Noller
Changes by Jesse Noller : -- assignee: -> jnoller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue3325] use of cPickle in multiprocessing

2008-07-09 Thread Andrii V. Mishkovskyi
Andrii V. Mishkovskyi <[EMAIL PROTECTED]> added the comment: And here is the patch. -- keywords: +patch Added file: http://bugs.python.org/file10867/issue3325.diff ___ Python tracker <[EMAIL PROTECTED]> _

[issue3325] use of cPickle in multiprocessing

2008-07-09 Thread Andrii V. Mishkovskyi
New submission from Andrii V. Mishkovskyi <[EMAIL PROTECTED]>: There are two places in multiprocessing where cPickle (gone from py3k already) is used. Both of them are in try .. except, so they don't break code. Here is a patch that removes these uses. -- components: Library (Lib) messag