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: GlasgowEmbedded/glasgow
base: 99fde95f82a9
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 26602c8f8f5c
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    3dec17c View commit details
    Browse the repository at this point in the history
  2. support.{pyrepl→arepl}: rewrite with native async/await.

    As a part of the rewrite, inline code from code.InteractiveConsole
    and asyncio.AsyncIOInteractiveConsole as necessary. This seems like
    it would make things more complicated, but it turns out that the code
    in InteractiveConsole is very old and has too much indirection, which
    AsyncIOInteractiveConsole painstakingly works around.
    whitequark committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    09a4f8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fecc00 View commit details
    Browse the repository at this point in the history
  4. support.arepl, cli: gracefully handle Ctrl+C in REPL.

    Ctrl+C is turned into cancellation if the REPL is running user code,
    and into KeyboardInterrupt on the main thread (i.e. the default
    Python behavior) if the REPL is waiting for input.
    whitequark committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    26602c8 View commit details
    Browse the repository at this point in the history