bpo-36013: Fix the interactive shell SIGINT test. by gpshead · Pull Request #11902 · python/cpython (original) (raw)

First attempt: switch shell interupt test to zsh.

if this doesn't work out, i'll just delete this test. it's a nice bonus integration test to avoid a regression of the actual interactive mode ^C'd process detection rather than the weak test that looks only at exit status (not what shells do).

https://bugs.python.org/issue36013