]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 12 Oct 2023 23:00:12 +0000 (16:00 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 23:00:12 +0000 (16:00 -0700)
commitd2a536b1706d4a79303b7ac53684bb82eac2de23
tree2b1c639967631b97093c78c8a8d6f3d473da6f55
parent2c472a87c7173d9fcdd52b1f35c05bc68d6c541e
gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)
Lib/test/test_typing.py
Misc/NEWS.d/next/Core and Builtins/2023-10-12-15-03-24.gh-issue-110782.EqzIzi.rst [new file with mode: 0644]
Objects/typevarobject.c