When I open a python shell in PowerShell, I cannot close it using Ctrl+c, Ctrl+z, or Ctrl+d. I swore it worked before, it works in VS Code's terminal as well, so I'm not quite sure what is wrong with powershell. The only way to exit is using the quit() function.
When I do Ctrl+c, I get
KeyboardInterrupt
Ctrl+d gets me
^d
and likewise for Ctrl+z
Info:
Windows 10
python 3.8.0