]> 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:48:10 +0000 (14:48 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Mar 2022 21:48:10 +0000 (14:48 -0700)
commitc26af2bc531eb114c378cdad81935f6e838a7ee0
tree8875d9594317d05604f04ffb1e1b295daf61030c
parent5f0305b383ab15eb19061e5aa069c224000fed4b
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]