mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
This commit is contained in:
parent
bc3f2289b9
commit
fc7df0e664
3 changed files with 45 additions and 12 deletions
|
@ -0,0 +1,2 @@
|
|||
Fix C implemetation of ``ABC.__subclasscheck__(cls, subclass)`` crashed when
|
||||
``subclass`` is not a type object.
|
Loading…
Add table
Add a link
Reference in a new issue