Re: [Python-Dev] Restore functions pickling

2016-05-04 Thread Всеволод Величко
Super, since you are not against this feature, I created the issue with the pach[1]. Hopefully you or one of your colleagues will have some time to review it. (I signed the contributor form, changes just not reached the bugtracker yet) [1] http://bugs.python.org/issue26959 2016-05-04 21:55 GMT+0

Re: [Python-Dev] Restore functions pickling

2016-05-04 Thread Brett Cannon
On Wed, 4 May 2016 at 11:39 Всеволод Величко wrote: > Hello, > > I was recently porting my application from Py2 to Py3 and encountered > error, when I accidentally became unable to define my own pickling > mechanism for functions. > Before that I was using it to pickle pure lambdas, registering m

[Python-Dev] Restore functions pickling

2016-05-04 Thread Всеволод Величко
Hello, I was recently porting my application from Py2 to Py3 and encountered error, when I accidentally became unable to define my own pickling mechanism for functions. Before that I was using it to pickle pure lambdas, registering my own handler for cPickle with copy_reg, but after [1] (and relea