[issue44318] Asyncio classes missing __slots__

Bluenix report at bugs.python.org
Sat Jun 5 10:58:52 EDT 2021


New submission from Bluenix <bluenixdev at gmail.com>:

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.

----------
components: asyncio
messages: 395165
nosy: Bluenix2, asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Asyncio classes missing __slots__
versions: Python 3.10

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


More information about the Python-bugs-list mailing list