diff options
author | Wulian233 <1055917385@qq.com> | 2025-05-05 16:45:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-05 16:45:15 (GMT) |
commit | b6c2ef0c7a1e344681f9a8649bb662208ffd01cf (patch) | |
tree | c76a58bc130761af784aea53e7d1371022936805 /Python/bytecodes.c | |
parent | 0c5151bc81ec8e8588bef4389df12a9ab50e9fa0 (diff) | |
download | cpython-b6c2ef0c7a1e344681f9a8649bb662208ffd01cf.zip cpython-b6c2ef0c7a1e344681f9a8649bb662208ffd01cf.tar.gz cpython-b6c2ef0c7a1e344681f9a8649bb662208ffd01cf.tar.bz2 |
gh-131296: Avoid posixmodule.c warning (GH-133142)
Clang-cl detects that on 32-bit builds the variable is always smaller than the value. But since the same code is used for other architectures, we can't just _fix_ it. This cast avoids the tautological-constant-out-of-range-compare warning.
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions