Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-120221: Support KeyboardInterrupt in asyncio REPL #123795

Merged
merged 4 commits into from
Sep 6, 2024
Merged

Commits on Sep 6, 2024

  1. pythongh-120221: Support KeyboardInterrupt in asyncio REPL

    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
    (pythongh-123178).
    ambv committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    49a0753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e95b70 View commit details
    Browse the repository at this point in the history
  3. Add Blurb

    ambv committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fa51a95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e28481a View commit details
    Browse the repository at this point in the history