Re: [Python-Dev] multiprocessing BaseManager's "serializer" argument

2014-03-27 Thread Yuriy Taraday
On Thu, Mar 27, 2014 at 8:42 PM, Brett Cannon wrote: > 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. Created http://bugs.python.org/issue21078 -- Kind regards, Yu

[Python-Dev] multiprocessing BaseManager's "serializer" argument

2014-03-27 Thread Brett Cannon
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 wrote: > Hello. > > Is there any reason BaseManager's "serializer" argument

[Python-Dev] multiprocessing BaseManager's "serializer" argument

2014-03-27 Thread Yuriy Taraday
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