This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients DAVID ALEJANDRO Pineda, asvetlov, fdrake, giampaolo.rodola, serhiy.storchaka, vstinner, yselivanov
Date 2017-12-20.20:12:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513800771.53.0.213398074469.issue29517@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-20 20:12:51asvetlovsetrecipients: + asvetlov, fdrake, vstinner, giampaolo.rodola, serhiy.storchaka, yselivanov, DAVID ALEJANDRO Pineda
2017-12-20 20:12:51asvetlovsetmessageid: <1513800771.53.0.213398074469.issue29517@psf.upfronthosting.co.za>
2017-12-20 20:12:51asvetlovlinkissue29517 messages
2017-12-20 20:12:51asvetlovcreate