]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95987: Fix `repr` of `Any` type subclasses (#96412)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 30 Aug 2022 17:36:16 +0000 (20:36 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 17:36:16 +0000 (10:36 -0700)
commit4217393aeed42d67dd4b16a128528f5ca8d939c4
treece66e2cf6cc4cd318b1eaaf77d7e6984fb80b192
parent6d791a97364b68d5f9c3514a0470aac487fc538d
gh-95987: Fix `repr` of `Any` type subclasses (#96412)
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]