mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +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 @@ def __iter__(self): raise TypeError()
|
|||
is treated specially.
|
||||
"""
|
||||
|
||||
__slots__ = ()
|
||||
__iter__ = None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue