[New-bugs-announce] [issue34638] Avoid circular references in asyncio streams

Andrew Svetlov report at bugs.python.org
Tue Sep 11 19:47:26 EDT 2018


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

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 <report at bugs.python.org>
<https://bugs.python.org/issue34638>
_______________________________________


More information about the New-bugs-announce mailing list