]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #471852 (anonymous) notes that getattr(obj, name, default)
authorGuido van Rossum <guido@python.org>
Tue, 16 Oct 2001 21:31:32 +0000 (21:31 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Oct 2001 21:31:32 +0000 (21:31 +0000)
commitd892357bf7bfb8ce34a0652c7002d78bbce17b6e
tree9519730eaaddc6f2bd13d3bb16ad98cbc2e7e861
parent9bc9d66eb1fed286693154405cc4c18626eff09e
SF patch #471852 (anonymous) notes that getattr(obj, name, default)
masks any exception, not just AttributeError.  Fix this.
Python/bltinmodule.c