INADA Naoki
|
c65bf3fe4a
|
bpo-32999: ast: Convert useless check to assert (GH-6197)
|
2018-03-23 18:19:34 +09:00 |
INADA Naoki
|
f757b72b25
|
bpo-32999: Revert GH-6002 (fc7df0e6 ) (GH-6189)
bpo-33018 (GH-5944) fixed bpo-32999 too. So fc7df0e6 is not required
anymore. Revert it except test case.
|
2018-03-22 21:52:42 +09:00 |
jab
|
40472dd42d
|
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
This improves error message for situations when a non-class is
checked w.r.t. an abstract base class.
|
2018-03-22 11:26:06 +00:00 |
INADA Naoki
|
fc7df0e664
|
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
|
2018-03-07 16:27:01 +09:00 |
Ivan Levkivskyi
|
03e3c340a0
|
bpo-31333: Re-implement ABCMeta in C (#5273)
This adds C versions of methods used by ABCMeta that
improve performance of various ABC operations.
|
2018-02-18 12:41:58 +00:00 |