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: c103a8fc7945
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 431f985c71e4
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 28, 2019

  1. device.hardware: shut down libusb polling thread.

    Not doing this can cause a hang at interpreter shutdown because
    python-libusb1 calls libusb_close() in __del__, which causes libusb1
    to take a lock, which might have been taken by the daemon poller
    thread, which might have already been killed (without releasing
    the lock) by the time __del__ is called.
    whitequark committed Aug 28, 2019
    Copy the full SHA
    4de7004 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    431f985 View commit details
    Browse the repository at this point in the history