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 asvetlov, yselivanov
Date 2018-09-11.23:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536709646.23.0.0269046726804.issue34638@psf.upfronthosting.co.za>
In-reply-to
Content
Now we have a cross-reference between asyncio stream reader and protocol.

It prevents objects deletion on ref-counting and requires a garbage collector run to destroy the stream.
History
Date User Action Args
2018-09-11 23:47:26asvetlovsetrecipients: + asvetlov, yselivanov
2018-09-11 23:47:26asvetlovsetmessageid: <1536709646.23.0.0269046726804.issue34638@psf.upfronthosting.co.za>
2018-09-11 23:47:26asvetlovlinkissue34638 messages
2018-09-11 23:47:26asvetlovcreate