[Python-Dev] multiprocessing BaseManager's "serializer" argument
Brett Cannon
bcannon at gmail.com
Thu Mar 27 17:42:11 CET 2014
More information about the Python-Dev mailing list
Thu Mar 27 17:42:11 CET 2014
- Previous message: [Python-Dev] multiprocessing BaseManager's "serializer" argument
- Next message: [Python-Dev] multiprocessing BaseManager's "serializer" argument
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Creating the bug is the best bet as then the reason can be discussed there. If there are no objections then you can create a patch to make sure it's tested and documented. On Thu Mar 27 2014 at 12:20:00 PM, Yuriy Taraday <yorik.sar at gmail.com> wrote: > Hello. > > Is there any reason BaseManager's "serializer" argument has never been > documented? > We're going to use BaseManager for simple secure local RPC and for the > "secure" part we can't use pickle. Can we hope that argument won't go away? > Should I create a bug and provide some patch for the docs to add mention of > this argument? > > -- > > Kind regards, Yuriy. > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: https://mail.python.org/mailman/options/python-dev/ > brett%40python.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140327/7d893012/attachment.html>
- Previous message: [Python-Dev] multiprocessing BaseManager's "serializer" argument
- Next message: [Python-Dev] multiprocessing BaseManager's "serializer" argument
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list