New submission from Andrew Svetlov <[email protected]>:
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. ---------- components: asyncio messages: 325095 nosy: asvetlov, yselivanov priority: normal severity: normal status: open title: Avoid circular references in asyncio streams versions: Python 3.8 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34638> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
