]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137706: make typing._is_unpacked_typevartuple check for `True` instead of truthy...
authorDavid Ellis <ducksual@gmail.com>
Sat, 6 Sep 2025 07:39:49 +0000 (08:39 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Sep 2025 07:39:49 +0000 (07:39 +0000)
commit7e652f402f84b412ec46cec42cb103f489a0087e
tree787f1389aefbcedbcaad4af71edef2e5c1934c50
parentbde12919522b0c40fd9eaa2b2681695166497aba
gh-137706: make typing._is_unpacked_typevartuple check for `True` instead of truthy (#137712)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2025-09-05-21-10-24.gh-issue-137706.0EztiJ.rst [new file with mode: 0644]