]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
authorbenfogle <benfogle@gmail.com>
Tue, 29 Mar 2022 21:21:36 +0000 (17:21 -0400)
committerGitHub <noreply@github.com>
Tue, 29 Mar 2022 21:21:36 +0000 (14:21 -0700)
commitd0906c90fcfbc4cfb9bb963eaa6bb152dd543b56
tree278124ea869cbf2fcdcb2c75eb374aa4107a5818
parent755be9b1505af591b9f2ee424a6525b6c2b65ce9
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.
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]