commit | d1f0ccc7e65ef7abeab779f5d0aca2f18eb9b2a4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Aug 20 16:42:18 2018 -0400 |
committer | GitHub <noreply@github.com> | Mon Aug 20 16:42:18 2018 -0400 |
tree | 91e8173ec394d761f5e9b7ca59e2445666554187 | |
parent | 2011dd77b6bd6f02f54ceef9a80a22bd373b66e2 [diff] |
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835) The missing NULL check was reported by Svace static analyzer. (cherry picked from commit cdbf50cba1664f72ae6621a89c324a32fea70377) Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>