COMMITS
/ Modules/_abc.c December 7, 2018
Z
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Zackery Spytz committed
September 10, 2018
P
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut committed
August 20, 2018
A
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)
Alexey Izbyshev committed
March 23, 2018
I
bpo-32999: ast: Convert useless check to assert (GH-6197)
INADA Naoki committed
March 22, 2018
I
bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189)
INADA Naoki committed
March 7, 2018
I
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
INADA Naoki committed
February 18, 2018
I
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi committed