Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33018: Improve issubclass() error checking and message. (GH-5944) | jab | 2018-03-22 | 1 | -0/+2 |
| | | | | | This improves error message for situations when a non-class is checked w.r.t. an abstract base class. | ||||
* | bpo-31333: Re-implement ABCMeta in C (#5273) | Ivan Levkivskyi | 2018-02-18 | 1 | -0/+145 |
This adds C versions of methods used by ABCMeta that improve performance of various ABC operations. |