]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Ensure super() lookup of descriptor from classmethod works (SF #743627)
authorPhillip J. Eby <pje@telecommunity.com>
Thu, 25 Mar 2004 02:19:34 +0000 (02:19 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Thu, 25 Mar 2004 02:19:34 +0000 (02:19 +0000)
commit91a968af7640348d92011e305127d5968958aff4
tree43882cd6e010b527a36c4ca92acc193fc59002d7
parent2786d90617993c5958a477067b20882395de5ac9
Ensure super() lookup of descriptor from classmethod works (SF #743627)
Lib/test/test_descr.py
Objects/typeobject.c