You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- using "tuple" ClassDef for a base of 'namedtuple' instead of a
Name. We're already doing it for "enum"s, and I don't know how to
ensure that the Name actually refers to the actual tuple, and not
something shadowing it in the scope. Removed the test that asserted
that the base is a Name and not a ClassDef. If it is actually
useful, it should be checked and reworked comprehensively across
all nodes (cf. Enum).
it's a part of the campaign to get rid of non-module roots
0 commit comments