1. 22 Dec, 2020 6 commits
  2. 21 Dec, 2020 5 commits
  3. 19 Dec, 2020 3 commits
  4. 18 Dec, 2020 7 commits
  5. 17 Dec, 2020 4 commits
  6. 16 Dec, 2020 9 commits
  7. 15 Dec, 2020 1 commit
    • Jason Madden's avatar
      Rework the way Semaphore handles cross-thread locking. · e3667c71
      Jason Madden authored
      This should ultimately be far more robust, and it handles LoopExit cases much better.
      
      Fixes #1698
      
      Not yet complete; On Python 2, I sometimes get ValueError: over-released the semaphore for reasons I don't understand.
      
      Also, Python 2 in general, and PyPy in particular, sometimes fails to make progress on the semaphore tests (one of the background threads doesn't complete for some reason). The RLock tests are much worse on Python 2 also. I don't understand why. Then again, I don't understand how the normal RLock could possibly actually be thread safe either: I think it must lean heavily on the GIL.
      e3667c71
  8. 10 Dec, 2020 2 commits
  9. 09 Dec, 2020 2 commits
  10. 08 Dec, 2020 1 commit