1. 27 Dec, 2020 1 commit
    • Jason Madden's avatar
      Use Python objects instead of C long for Semaphore._multithreaded · a4a55361
      Jason Madden authored
      Because thread.get_ident() returns types of different signedness on Py2/Py3,
      and some, possibly 32-bit ILP32, Py3 systems return values that won't fit in a long.
      
      Cython conditional compilation doesnt work because we can only publish one source distribution.
      
      Fixes #1733
      a4a55361
  2. 23 Dec, 2020 4 commits
  3. 22 Dec, 2020 10 commits
  4. 21 Dec, 2020 5 commits
  5. 19 Dec, 2020 3 commits
  6. 18 Dec, 2020 7 commits
  7. 17 Dec, 2020 4 commits
  8. 16 Dec, 2020 6 commits