New submission from Andrew Svetlov <[email protected]>:
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 <[email protected]> <https://bugs.python.org/issue38148> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
