]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Mar 2022 21:45:47 +0000 (14:45 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Mar 2022 21:45:47 +0000 (14:45 -0700)
commit66cde7c51a871a86cf8667adf4bd1d03e9b98eb1
treed83d2ccf5fa84133000411ad49a475bd2191f530
parent370900d7d8ba29eb52e419c3163599b4ac55f121
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)

Update documentation to note that in some circumstances,
KeyboardInterrupt may cause code to enter an inconsistent state. Also
document sample workaround to avoid KeyboardInterrupt, if needed.
(cherry picked from commit d0906c90fcfbc4cfb9bb963eaa6bb152dd543b56)

Co-authored-by: benfogle <benfogle@gmail.com>
Doc/library/exceptions.rst
Doc/library/signal.rst
Misc/NEWS.d/next/Documentation/2020-11-12-21-26-31.bpo-42340.apumUL.rst [new file with mode: 0644]