]> granicus.if.org Git - python/commit
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Sep 2019 09:03:39 +0000 (12:03 +0300)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2019 09:03:39 +0000 (12:03 +0300)
commit41c57b335330ff48af098d47e379e0f9ba09d233
tree15cdef099182eddb04b2276dc51375b8faf28278
parentf02ea6225bc3b71bd5fe66224d199a6e3e23b14d
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)

Only AttributeError should be silenced.
14 files changed:
Misc/NEWS.d/next/Core and Builtins/2019-08-31-11-13-25.bpo-37994.Rj6S4j.rst [new file with mode: 0644]
Modules/_csv.c
Modules/_datetimemodule.c
Modules/_pickle.c
Modules/_threadmodule.c
Modules/pyexpat.c
Objects/bytearrayobject.c
Objects/descrobject.c
Objects/fileobject.c
Objects/setobject.c
Objects/typeobject.c
Objects/weakrefobject.c
Python/bltinmodule.c
Python/sysmodule.c