[issue10717] Multiprocessing module cannot call instance methods across processes

Serhiy Storchaka report at bugs.python.org
Fri Feb 6 21:09:25 CET 2015


Serhiy Storchaka added the comment:

I think this issue should be closed as "won't fix". In Python 3 both Pickler implementations have dispatch_table, but in Python 2 there is no way to use private dispatch table. The solution is to migrate to Python 3.

----------
nosy: +serhiy.storchaka
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10717>
_______________________________________


More information about the Python-bugs-list mailing list