]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Ensure super() lookup of descriptor from classmethod works (SF ID# 743627)
authorPhillip J. Eby <pje@telecommunity.com>
Thu, 25 Mar 2004 02:36:29 +0000 (02:36 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Thu, 25 Mar 2004 02:36:29 +0000 (02:36 +0000)
commitf12b642f1cfed86691ff660d1cded609706aa708
tree5ef7050dae144851aff32856cef55d06823765d8
parent8fcae0913da3b2f9228fb52698b8acca0b6b5966
Ensure super() lookup of descriptor from classmethod works (SF ID# 743627)
(Backport to 2.3 maintenance branch)
Lib/test/test_descr.py
Objects/typeobject.c