[issue34441] NULL dereference when issubclass() is called on a class with bogus __subclasses__

Berker Peksag report at bugs.python.org
Mon Aug 20 16:04:23 EDT 2018


Berker Peksag <berker.peksag at gmail.com> added the comment:


New changeset cdbf50cba1664f72ae6621a89c324a32fea70377 by Berker Peksag (Alexey Izbyshev) in branch 'master':
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)
https://github.com/python/cpython/commit/cdbf50cba1664f72ae6621a89c324a32fea70377


----------
nosy: +berker.peksag

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34441>
_______________________________________


More information about the Python-bugs-list mailing list