CTRL+C/KeyboardInterrupt in editline not working properly on macOS REPL
還沒有人認領這個 Issue。
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
Bug report
With the following in ~/.editrc:
bind "^R" em-inc-search-prev
Pressing CTRL+R inside the macOS-bundled python (/usr/bin/python3, which is compiled against editline) to enter editline history, and then pressing CTRL+C does not properly remove "bck" and does not write KeyboardInterrupt until CTRL+C is pressed two more times for a total of three times.
In other words, inside an editline history search, CTRL+C needs to be sent three times to get back to the normal REPL state.
This video may help with understanding the issue: https://github.com/Homebrew/homebrew-core/issues/118869#issuecomment-1365364374
Your environment
- CPython versions tested on: 3.9.6
- Operating system and architecture: macOS Monterey 12.6.1 / M1 / arm64
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
在 macOS 隨附的 /usr/bin/python3 REPL 中,使用所述的 ~/.editrc 綁定重現此問題,然後追蹤 editline 歷史搜尋與 CTRL+C 處理的進入點。完成的標準是:按下一次 CTRL+C 即可乾淨地結束歷史搜尋並寫入 KeyboardInterrupt,而不需要按三次。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- cli, operating-systems
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 30/100