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 bluenix
Recipients asvetlov, bluenix, yselivanov
Date 2021-06-05.14:58:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622905132.97.0.599095697066.issue44318@roundup.psfhosted.org>
In-reply-to
Content
Most of asyncio's classes are missing a __slots__ attribute - for example Lock, Event, Condition, Semaphore, BoundedSemaphore all from locks.py; or Future, FlowControlMixin, Queue, BaseSubprocessTransport from various other parts of asyncio.
History
Date User Action Args
2021-06-05 14:58:53bluenixsetrecipients: + bluenix, asvetlov, yselivanov
2021-06-05 14:58:52bluenixsetmessageid: <1622905132.97.0.599095697066.issue44318@roundup.psfhosted.org>
2021-06-05 14:58:52bluenixlinkissue44318 messages
2021-06-05 14:58:52bluenixcreate