Jorgen Skancke <jor...@nt.ntnu.no> added the comment:

I recently ran into this problem when I tried to multiprocess jobs with large 
objects (3-4 GB). I have plenty of memory for this, but multiprocessing hangs 
without error, presumably because pickle hangs without error when 
multiprocessing tries to pickle the object. I can't offer a solution, but I can 
verify that the limitation in pickle is affecting Python usage.

----------
nosy: +jorgsk

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11564>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to