]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add `__slots__` to `typing._NotIterable` (GH-92570)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 May 2022 09:45:17 +0000 (02:45 -0700)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 09:45:17 +0000 (02:45 -0700)
commit8a2b3edcdc4e071a1c79464dcc6c40c3aee26140
tree9e3c3bda5b336c58fad11d96ea5e3ffa0a65b54c
parente4fc347356352eee33c279c2fb3ec91b042ec57c
Add `__slots__` to `typing._NotIterable` (GH-92570)

(cherry picked from commit eef47d5bc79469c2d5328d6f5a9732e44a49dd5a)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/typing.py