]> granicus.if.org Git - python/commit
Partially revert r65883 to let the tests pass.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 20 Aug 2008 08:58:40 +0000 (08:58 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 20 Aug 2008 08:58:40 +0000 (08:58 +0000)
commitd757e73f660fcd930ad7602ab7c65de0a926c955
treea8a84e3bddb4bb89250d7634da0cdbcb55d8a7ee
parent86765340825b609a47601f8b0d121f370736bb62
Partially revert r65883 to let the tests pass.

I am working on the proper fix, which is to use the custom pickler in connection.send(),
instead of the standard pickle.dumps().
Lib/multiprocessing/managers.py