[issue26959] pickle: respect dispatch for functions again

2016-05-04 Thread Vsevolod Velichko
New submission from Vsevolod Velichko: The commit [2] removed support for handling unpicklable functions with copyreg override from cpickle due to lack of the same feature in pickle. This patch restores that feature and adds the support of it to pickle. [1] Original discussion: https

[issue26959] pickle: respect dispatch for functions again

2016-05-06 Thread Vsevolod Velichko
Vsevolod Velichko added the comment: I was trying to avoid additional imports in the test. But your point of view seems more reasonable, so I reupload the fixed patch. -- Added file: http://bugs.python.org/file42751/function_pickle.patch ___ Python

[issue26959] pickle: respect dispatch for functions again

2016-10-31 Thread Vsevolod Velichko
Vsevolod Velichko added the comment: Hi, any progress here? -- ___ Python tracker <http://bugs.python.org/issue26959> ___ ___ Python-bugs-list mailing list Unsub