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 2019-09-13.05:54:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568354081.06.0.30849196857.issue38148@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-09-13 05:54:41asvetlovsetrecipients: + asvetlov, yselivanov
2019-09-13 05:54:41asvetlovsetmessageid: <1568354081.06.0.30849196857.issue38148@roundup.psfhosted.org>
2019-09-13 05:54:41asvetlovlinkissue38148 messages
2019-09-13 05:54:40asvetlovcreate