mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add __slots__
to typing._NotIterable
(GH-92570)
This commit is contained in:
parent
4bd07d1dbd
commit
eef47d5bc7
1 changed files with 1 additions and 0 deletions
|
@ -427,6 +427,7 @@ class _NotIterable:
|
|||
is treated specially.
|
||||
"""
|
||||
|
||||
__slots__ = ()
|
||||
__iter__ = None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue