[issue42340] KeyboardInterrupt should come with a warning

2022-03-29 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: Thanks for the patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42340] KeyboardInterrupt should come with a warning

2022-03-29 Thread miss-islington
miss-islington added the comment: New changeset c26af2bc531eb114c378cdad81935f6e838a7ee0 by Miss Islington (bot) in branch '3.9': bpo-42340: Document issues around KeyboardInterrupt (GH-23255) https://github.com/python/cpython/commit/c26af2bc531eb114c378cdad81935f6e838a7ee0 --

[issue42340] KeyboardInterrupt should come with a warning

2022-03-29 Thread miss-islington
miss-islington added the comment: New changeset 66cde7c51a871a86cf8667adf4bd1d03e9b98eb1 by Miss Islington (bot) in branch '3.10': bpo-42340: Document issues around KeyboardInterrupt (GH-23255) https://github.com/python/cpython/commit/66cde7c51a871a86cf8667adf4bd1d03e9b98eb1 --

[issue42340] KeyboardInterrupt should come with a warning

2022-03-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +30262 pull_request: https://github.com/python/cpython/pull/32185 ___ Python tracker ___

[issue42340] KeyboardInterrupt should come with a warning

2022-03-29 Thread Jelle Zijlstra
Jelle Zijlstra added the comment: New changeset d0906c90fcfbc4cfb9bb963eaa6bb152dd543b56 by benfogle in branch 'main': bpo-42340: Document issues around KeyboardInterrupt (GH-23255) https://github.com/python/cpython/commit/d0906c90fcfbc4cfb9bb963eaa6bb152dd543b56 -- nosy:

[issue42340] KeyboardInterrupt should come with a warning

2022-03-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +30261 pull_request: https://github.com/python/cpython/pull/32184 ___ Python tracker

[issue42340] KeyboardInterrupt should come with a warning

2020-11-12 Thread Benjamin Fogle
Change by Benjamin Fogle : -- keywords: +patch pull_requests: +22151 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23255 ___ Python tracker ___

[issue42340] KeyboardInterrupt should come with a warning

2020-11-12 Thread Benjamin Fogle
Change by Benjamin Fogle : Added file: https://bugs.python.org/file49595/sigint_condition_1.py ___ Python tracker ___ ___ Python-bugs-list

[issue42340] KeyboardInterrupt should come with a warning

2020-11-12 Thread Benjamin Fogle
Change by Benjamin Fogle : Added file: https://bugs.python.org/file49597/sigint_tempfile.py ___ Python tracker ___ ___ Python-bugs-list

[issue42340] KeyboardInterrupt should come with a warning

2020-11-12 Thread Benjamin Fogle
Change by Benjamin Fogle : Added file: https://bugs.python.org/file49598/sigint_zipfile.py ___ Python tracker ___ ___ Python-bugs-list

[issue42340] KeyboardInterrupt should come with a warning

2020-11-12 Thread Benjamin Fogle
New submission from Benjamin Fogle : This is related to bpo-29988, and I'm happy to move this to there. I made this a separate issue because this is a workaround, not a fix as was being discussed there. Also unlike bpo-29988, this is not restricted to context managers or finally blocks.

[issue42340] KeyboardInterrupt should come with a warning

2020-11-12 Thread Benjamin Fogle
Change by Benjamin Fogle : Added file: https://bugs.python.org/file49596/sigint_condition_2.py ___ Python tracker ___ ___ Python-bugs-list