[New-bugs-announce] [issue46244] typing._TypeVarLike missing __slots__

Arie Bovenberg report at bugs.python.org
Mon Jan 3 09:47:44 EST 2022


New submission from Arie Bovenberg <a.c.bovenberg at gmail.com>:

The mixin class "typing._TypeVarLike" has no __slots__. Its subclasses do define __slots__, so it looks like a mistake. 

Agree?

It should be an easy fix, and I'd like to pick this up.

----------
components: Library (Lib)
messages: 409587
nosy: ariebovenberg
priority: normal
severity: normal
status: open
title: typing._TypeVarLike missing __slots__
type: performance
versions: Python 3.10, Python 3.11

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


More information about the New-bugs-announce mailing list