commit | 66cde7c51a871a86cf8667adf4bd1d03e9b98eb1 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Mar 29 14:45:47 2022 -0700 |
committer | GitHub <noreply@github.com> | Tue Mar 29 14:45:47 2022 -0700 |
tree | d83d2ccf5fa84133000411ad49a475bd2191f530 | |
parent | 370900d7d8ba29eb52e419c3163599b4ac55f121 [diff] |
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>