0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 01:16:51 +01:00
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
semaphore.c