]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__...
authorAlexey Izbyshev <izbyshev@ispras.ru>
Mon, 20 Aug 2018 20:04:19 +0000 (23:04 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 20 Aug 2018 20:04:19 +0000 (23:04 +0300)
commitcdbf50cba1664f72ae6621a89c324a32fea70377
treefd5bb4fe8e06f467a05a704f214be8b9a904d1db
parent4c8555773a801f957297132a92c0acb382d640e4
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)

The missing NULL check was reported by Svace static analyzer.
Lib/test/test_abc.py
Misc/NEWS.d/next/Library/2018-08-20-16-48-32.bpo-34441._zx9lU.rst [new file with mode: 0644]
Modules/_abc.c