ctrl + c on latest PDM exits python interactive session instead of clearing the current line #1547
Closed
1 task done
Labels
🐛 bug
Something isn't working
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Before, when I ran
pdm run python
I was able to use ctrl + c to clear the input in the current line of the terminal. Now it exits the terminal completely which is not what happened before.Actual behavior
In a direct call of
python3
ctrl + c does not quit the interactive session.In an instance of
pdm run python3
orpdm run
, a ctrl + c exits the session.Expected behavior
ctrl + c should not quit the interactive session
Environment Information
The text was updated successfully, but these errors were encountered: