mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
408bfa6d96
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.