]> granicus.if.org Git - python/commit
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 23 Oct 2011 12:04:16 +0000 (22:04 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 23 Oct 2011 12:04:16 +0000 (22:04 +1000)
commitde31b191e570d00ed7917c7f9ea28af3e770c16d
tree1139df0a3f75762d2acc5e6a5d964f62893fd68c
parent711f87ca7d8b455feb450b2fb66a3d264fd603ce
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
Include/object.h
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c
Python/bltinmodule.c