]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 1 Jul 2023 00:32:44 +0000 (17:32 -0700)
committerGitHub <noreply@github.com>
Sat, 1 Jul 2023 00:32:44 +0000 (00:32 +0000)
commitc4298d5c648ba79d0a3dbf16e9aa8a6011802470
tree13acfcbba0fd9f0d8bc8b4380b5cdf5943c96589
parent0616c83f57a8d2fd62d12ddaba987052c5015260
[3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (GH-105488) (#106297)

gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (GH-105488)
(cherry picked from commit eb7d6e7ad844955f9af88707d296e003c7ce4394)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_genericalias.py
Lib/test/test_type_aliases.py
Misc/NEWS.d/next/Core and Builtins/2023-06-08-09-10-15.gh-issue-105486.dev-WS.rst [new file with mode: 0644]
Objects/genericaliasobject.c