-
Notifications
You must be signed in to change notification settings - Fork 281
Open
Labels
needs-discussionAn issue where it's not clear whether there is a bug or we are behaving as expected.An issue where it's not clear whether there is a bug or we are behaving as expected.typechecking
Description
Describe the Bug
from collections import namedtuple
def f():
return namedtuple("X", "a b c")
f().d
this should error.
find this from #2075 (comment)
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-discussionAn issue where it's not clear whether there is a bug or we are behaving as expected.An issue where it's not clear whether there is a bug or we are behaving as expected.typechecking