]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144321: Fix named tuple bug when input is a non-sequence iterable (#144600)
authorbkap123 <97006829+bkap123@users.noreply.github.com>
Wed, 11 Feb 2026 12:44:22 +0000 (07:44 -0500)
committerGitHub <noreply@github.com>
Wed, 11 Feb 2026 12:44:22 +0000 (12:44 +0000)
commit17ab556e39e9b40c7d4308664de42f0564048044
treedb77e74a68bb2775b7a1b5b50d1b21d607953339
parent936d60dbe1679f05d7ceb0a6d1f65bc741390ac6
gh-144321: Fix named tuple bug when input is a non-sequence iterable (#144600)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2026-02-08-17-09-10.gh-issue-144321.w58PhQ.rst [new file with mode: 0644]