]> granicus.if.org Git - python/commit
Fix for SF bug 532646. This is a little simpler than what Neal
authorGuido van Rossum <guido@python.org>
Thu, 13 Jun 2002 21:32:51 +0000 (21:32 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 13 Jun 2002 21:32:51 +0000 (21:32 +0000)
commit16b93b3d0e2bf8dc22d11e8625af6d9cc913ec88
tree630dc03abb467a5e3cac738bff939d0c80fb2db9
parent51290d369d7ef7bc9dec6a0082e3aa4f5e434d31
Fix for SF bug 532646.  This is a little simpler than what Neal
suggested there, based upon a better analysis (__getattr__ is a red
herring).  Will backport to 2.2.
Lib/test/test_class.py
Objects/classobject.c