Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1733 #1734

Merged
merged 2 commits into from
Dec 27, 2020
Merged

Fix #1733 #1734

merged 2 commits into from
Dec 27, 2020

Commits on Dec 27, 2020

  1. Use Python objects instead of C long for Semaphore._multithreaded

    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
    jamadden committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    a4a5536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4551a97 View commit details
    Browse the repository at this point in the history