]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace with_traceback() with exception chaining and reraising (GH-32074)
authorOleg Iarygin <oleg@arhadthedev.net>
Wed, 30 Mar 2022 12:28:20 +0000 (15:28 +0300)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 12:28:20 +0000 (15:28 +0300)
commita03a09e068435f47d02649dda93988dc44ffaaf1
tree864a523218399cc068ec68567359e616740bac9b
parentf08a191882f75bb79d42a49039892105b2212fb9
Replace with_traceback() with exception chaining and reraising (GH-32074)
Lib/test/support/socket_helper.py
Lib/urllib/parse.py
Lib/urllib/request.py
Lib/wsgiref/handlers.py
Misc/NEWS.d/next/Library/2022-03-23-13-55-41.bpo-47099.P6quRP.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2022-03-23-14-16-38.bpo-47099.2raait.rst [new file with mode: 0644]