]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-137706: make typing._is_unpacked_typevartuple check for `True` instead...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Oct 2025 04:23:47 +0000 (06:23 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 04:23:47 +0000 (21:23 -0700)
commitdd5d86c7d584eda78791c802a60a82fb27271d16
tree5649139689469af506beb4c4747f7b5106d9e642
parented0e63fd0abcbb68a384f8b5baccf616a5534570
[3.14] gh-137706: make typing._is_unpacked_typevartuple check for `True` instead of truthy (GH-137712) (#138574)

gh-137706: make typing._is_unpacked_typevartuple check for `True` instead of truthy (GH-137712)
(cherry picked from commit 7e652f402f84b412ec46cec42cb103f489a0087e)

Co-authored-by: David Ellis <ducksual@gmail.com>
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]