Skip to content

[3.7] bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)#8840

Merged
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-cdbf50c-3.7
Aug 20, 2018
Merged

[3.7] bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)#8840
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-cdbf50c-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Aug 20, 2018

The missing NULL check was reported by Svace static analyzer.
(cherry picked from commit cdbf50c)

Co-authored-by: Alexey Izbyshev izbyshev@ispras.ru

https://bugs.python.org/issue34441

…subclasses__ (pythonGH-8835)

The missing NULL check was reported by Svace static analyzer.
(cherry picked from commit cdbf50c)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@izbyshev and @berkerpeksag: Backport status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Copy Markdown
Contributor Author

@izbyshev and @berkerpeksag: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit d1f0ccc into python:3.7 Aug 20, 2018
@miss-islington miss-islington deleted the backport-cdbf50c-3.7 branch August 20, 2018 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants