[New-bugs-announce] [issue38148] Add slots to asyncio transports

Andrew Svetlov report at bugs.python.org
Fri Sep 13 01:54:41 EDT 2019


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

Transports are abstract interfaces.
Adding slots allows using slots in transport implementations as well.
If the implementation doesn't use slots -- everything keeps working.

Slots can help with saving a memory footprint a little.

----------
components: asyncio
messages: 352239
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Add slots to asyncio transports
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38148>
_______________________________________


More information about the New-bugs-announce mailing list