Antoine Pitrou added the comment:

By the way, I forgot to mention it previously, but multiprocessing.connection 
uses a custom pickler (ForkingPickler). By replacing it with plain 
pickle.dumps() calls, you may produce regressions since some types won't be 
sendable anymore (although the test suite might not check for this).

----------

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

Reply via email to