Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pypy/pyrepl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pypy/pyrepl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eof
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 11, 2021

  1. UnixConsole: raise EOFError in case input_fd is not a TTY

    This is required for when the UnixConsole instance was created with
    stdin being a terminal, but then later not so anymore.
    
    E.g. having used pdbpp before pytest captures output
    (`pdb.set_trace()`), and then continuing (`c`).
    pytest is capturing output by now then, but the debugging plugin (which
    suspends capturing) might not be active yet (pytest_load_initial_conftests).
    
    This patch makes it raise `BdbQuit` then "correctly".
    blueyed committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    66ff703 View commit details
    Browse the repository at this point in the history
  2. more defensive

    blueyed committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    d5e126d View commit details
    Browse the repository at this point in the history
  3. improve, add test

    blueyed committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    7349f1a View commit details
    Browse the repository at this point in the history
Loading