]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102615: Use `list` instead of `tuple` in `repr` of paramspec (#102637)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 15 Mar 2023 09:33:41 +0000 (12:33 +0300)
committerGitHub <noreply@github.com>
Wed, 15 Mar 2023 09:33:41 +0000 (09:33 +0000)
commit2b5781d659ce3ffe03d4c1f46e4875e604cf2d88
treedda052375c1a44ffdc0dd5b610163a539c0d2ec3
parent8647ba4b639077e201751ae6dbd82e8bfcf80895
gh-102615: Use `list` instead of `tuple` in `repr` of paramspec (#102637)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-03-13-12-05-55.gh-issue-102615.NcA_ZL.rst [new file with mode: 0644]