{{ message }}
Commit 40472dd
bpo-33018: Improve issubclass() error checking and message. (pythonGH-5944)
This improves error message for situations when a non-class is
checked w.r.t. an abstract base class.1 parent d93b516 commit 40472dd
4 files changed
Lines changed: 11 additions & 0 deletions
File tree
- Lib
- Misc
- NEWS.d/next/Core and Builtins
- Modules
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |

0 commit comments