]> granicus.if.org Git - python/commit
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Mar 2018 07:47:40 +0000 (23:47 -0800)
committerGitHub <noreply@github.com>
Wed, 7 Mar 2018 07:47:40 +0000 (23:47 -0800)
commitd824b4e4afbe9cf02310e39b14402fb2aa271f8f
tree171067fcbaee01eb008b5858cd18b719996f123c
parentc4d77a661138debbbe584b8b08410afc8719a9b1
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)

(cherry picked from commit fc7df0e664198cb05cafd972f190a18ca422989c)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
Lib/test/test_abc.py
Misc/NEWS.d/next/Library/2018-03-06-20-30-20.bpo-32999.lgFXWl.rst [new file with mode: 0644]
Modules/_abc.c