]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38530: Make sure that failing to generate suggestions on failure will not propaga...
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 14 Apr 2021 17:58:28 +0000 (18:58 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Apr 2021 17:58:28 +0000 (18:58 +0100)
commite07f4ab26aaf08f90ebd9e6004af14fd6ef39351
tree65903b0467e6fa1eb88b76f0adb17927f8d61e74
parent0c4c43632556a5ea5ef2267efeb17b332b861a19
bpo-38530: Make sure that failing to generate suggestions on failure will not propagate exceptions (GH-25408)
Lib/test/test_exceptions.py
Python/pythonrun.c
Python/suggestions.c