]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
imaplib: re-raise BaseException instead of bare except
authorForest <foresto@users.noreply.github.com>
Sun, 22 Sep 2024 21:37:47 +0000 (21:37 +0000)
committerGitHub <noreply@github.com>
Sun, 22 Sep 2024 21:37:47 +0000 (21:37 +0000)
commitf648fec1608d18bba9a140929864ea37c34837f4
tree29dc857f209669734289658cabc0aa2a34c6450e
parent882bf2c85e027cecd2d5ff6cf1c27f33b0b80e72
imaplib: re-raise BaseException instead of bare except

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/imaplib.py