cpython/Modules/_multiprocessing
Victor Stinner 408bfa6d96 Issue #28152: Fix -Wunreachable-code warning on clang
Replace 0 with (0) to ignore a compiler warning about dead code on
"((int)(SEM_VALUE_MAX) < 0)": SEM_VALUE_MAX is not negative on Linux.
2016-12-05 18:00:42 +01:00
..
multiprocessing.c Issue #28152: Fix -Wunreachable-code warning on clang 2016-12-05 18:00:42 +01:00
multiprocessing.h require a long long data type (closes #27961) 2016-09-05 17:44:18 -07:00
semaphore.c Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false 2016-07-23 07:13:14 +03:00