gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)
This switches the main pyrepl event loop to always be non-blocking so that it can listen to incoming interruptions from other threads. This also resolves invalid display of exceptions from other threads (gh-123178). This also fixes freezes with pasting and an active input hook.
Ł
Łukasz Langa committed
033510e11dff742d9626b9fd895925ac77f566f1
Parent: 0c080d7
Committed by GitHub <noreply@github.com>
on 9/6/2024, 7:28:29 PM