Skip to content

[3.7] bpo-33018: Improve issubclass() error checking and message. (GH-5944)#6188

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-40472dd-3.7
Mar 22, 2018
Merged

[3.7] bpo-33018: Improve issubclass() error checking and message. (GH-5944)#6188
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-40472dd-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Mar 22, 2018

Copy link
Copy Markdown
Contributor

This improves error message for situations when a non-class is
checked w.r.t. an abstract base class.
(cherry picked from commit 40472dd)

Co-authored-by: jab jab@users.noreply.github.com

https://bugs.python.org/issue33018

…-5944)

This improves error message for situations when a non-class is
checked w.r.t. an abstract base class.
(cherry picked from commit 40472dd)

Co-authored-by: jab <jab@users.noreply.github.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

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

@miss-islington

Copy link
Copy Markdown
Contributor Author

Thanks!

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.

5 participants