[issue29517] "Can't pickle local object" when uses functools.partial with method and args...

Andrew Svetlov report at bugs.python.org
Wed Dec 20 15:12:51 EST 2017


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

asyncio objects are not pickable and shouldn't be -- they are ephemeral.

Like pickling open socket object doesn't make sense -- there is no possibility to restore connection to peer on unpickling.

Not sure if we can do anything here.

I suggest closing the issue.

----------
nosy: +asvetlov

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29517>
_______________________________________


More information about the Python-bugs-list mailing list