]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix many custom mro() edge cases and improve code quality (#22735)
authorBenjamin Peterson <benjamin@python.org>
Fri, 6 Feb 2015 03:29:14 +0000 (22:29 -0500)
committerBenjamin Peterson <benjamin@python.org>
Fri, 6 Feb 2015 03:29:14 +0000 (22:29 -0500)
commit104b9e0ccac493b77ea051cafdf2e02edf2ccfd3
tree1b4f829e1e96df7f9dcf4366942907e6f1a9f48a
parent9125fe2e50965f14d0472792caaf46e58392aed7
fix many custom mro() edge cases and improve code quality (#22735)

Patch by Eldar Abusalimov.
Lib/test/test_descr.py
Misc/ACKS
Misc/NEWS
Objects/typeobject.c