-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty typing.NamedTuple creation is not tested #89443
Comments
While working on
and class N(NamedTuple):
... are ignored. However, this is an important corner-cases, we need to be sure that use can create empty named tuples if needed. Related position in code: cpython/Lib/test/test_typing.py Lines 4102 to 4114 in 3f8b23f
I will send a PR add these two cases. |
Thanks, Nikita! ✨ 🍰 ✨ |
NamedTuple
intest_typing
#28559NamedTuple
intest_typing
(GH-28559) #28570NamedTuple
intest_typing
(GH-28559) #28571Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: