]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034) (GH-26063)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 May 2021 13:45:18 +0000 (06:45 -0700)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 13:45:18 +0000 (14:45 +0100)
commit1be93960612b29686d42c021f842e63e5143a625
treee9525564ed3f2b0002102c8d15cb14871dc167a2
parentada9cdb94158a101db65af17b62cdd2ae6c3e782
bpo-25479: add unit test for __subclasshook__ in test_abc.py (GH-24034) (GH-26063)

Co-authored-by: Szymon Trapp
(cherry picked from commit 5010c044c73ee55d0fd578cfecd3f4c3f01a4140)

Co-authored-by: Karl Dubost <karl+github@la-grange.net>
Lib/test/test_abc.py