Andrew Svetlov <andrew.svet...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue29517>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to