]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104600: Make function.__type_params__ writable (#104601)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 18 May 2023 23:45:37 +0000 (16:45 -0700)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 23:45:37 +0000 (16:45 -0700)
commit3fadd7d5857842fc5cddd4c496b73161b0bcb421
treea3a18ae7d7f4c9a486fd7679fa2cf9afee3b3d5f
parentf7835fc7e9617cefd87e72002916e258f589c857
gh-104600: Make function.__type_params__ writable (#104601)
Lib/functools.py
Lib/test/test_funcattrs.py
Lib/test/test_functools.py
Lib/test/test_type_params.py
Misc/NEWS.d/next/Library/2023-05-17-21-01-48.gh-issue-104600.E6CK35.rst [new file with mode: 0644]
Objects/funcobject.c