]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101162: Forbid using issubclass() with GenericAlias as the 1st arg (GH-103369)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 11 Aug 2023 19:12:11 +0000 (22:12 +0300)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2023 19:12:11 +0000 (22:12 +0300)
commitd93b4ac2ff7bce07fb1c8805f43838818598191c
treeed96f4cf84526f069de3cdedc0cd07365a981836
parent666b68e8f252e3c6238d6eed1fc82937a774316f
gh-101162: Forbid using issubclass() with GenericAlias as the 1st arg (GH-103369)
Lib/test/test_typing.py
Misc/NEWS.d/next/Library/2023-04-08-12-43-52.gh-issue-101162.yOCd_J.rst [new file with mode: 0644]
Objects/abstract.c
Objects/genericaliasobject.c