]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104600: Make type.__type_params__ writable (#104634)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 19 May 2023 16:04:47 +0000 (09:04 -0700)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 16:04:47 +0000 (09:04 -0700)
commit8f1f3b9abdaa3e9d19aad22d6c310eb1f05ae5c2
treef35bc1bd8e1af9e7a773058aac642cde1a6c5766
parentdbe171e6098fbb96beed81db2c34f6428109e005
gh-104600: Make type.__type_params__ writable (#104634)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_builtin.py
Lib/test/test_type_params.py
Lib/test/test_typing.py
Objects/typeobject.c