]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-95987: Fix `repr` of `Any` type subclasses (GH-96412) (#96451)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Wed, 5 Oct 2022 22:02:06 +0000 (15:02 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 22:02:06 +0000 (15:02 -0700)
commitc9eacc8d02a949b7539a24ce744786940864e270
treeef7bdb65008497e563c892d0aed07a87f3e16743
parent8c6ced36abb9ccc5dc6c8def1b376484685255c5
[3.11] gh-95987: Fix `repr` of `Any` type subclasses (GH-96412) (#96451)

(cherry picked from commit 4217393)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-08-30-11-46-36.gh-issue-95987.CV7_u4.rst [new file with mode: 0644]