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: bde917ebcdf5
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 59d350ec677a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 1, 2019

  1. access.direct.demultiplexer: fix a race condition cancelling writes.

    Before this commit, if _out_task was cancelled inside bulk_write(),
    it would not decrement _out_inflight, and this would later result
    in a crash in write pushback code:
    
    File ".../Glasgow/software/glasgow/support/task_queue.py", line 62, in wait_one
      await asyncio.wait(self._live, return_when=asyncio.FIRST_COMPLETED)
    whitequark committed Oct 1, 2019
    Copy the full SHA
    59d350e View commit details
    Browse the repository at this point in the history