]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 11 Dec 2018 07:27:50 +0000 (09:27 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 07:27:50 +0000 (09:27 +0200)
commit8855d9339858683c9b4fcd50b02a7bca526d4726
tree3c85fc696f92556807f1031f9653ed3b73d70561
parent37607f26697351751165a042f91f04530ce333f7
[3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) (GH-11106)

(cherry picked from commit 8905fcc85a6fc3ac394bc89b0bbf40897e9497a6)
Modules/_elementtree.c
Modules/_threadmodule.c
Modules/socketmodule.c
Objects/namespaceobject.c
Python/_warnings.c
Python/ceval.c
Python/codecs.c
Python/import.c
Python/pylifecycle.c