diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-12-12 23:29:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 23:29:28 +0100 |
commit | d233796f7d444c67fe51b7dd9521d548e650286f (patch) | |
tree | b2e9ad99a30a73a826c9656ad919c8f9c55b8bbe /Python/bltinmodule.c | |
parent | 721e25c6535d08bd3d4d891fb2b540472e19f899 (diff) | |
download | cpython-git-d233796f7d444c67fe51b7dd9521d548e650286f.tar.gz |
import.c: Fix a GCC warning (#4822)
Fix the warning:
Python/import.c: warning: comparison between signed and unsigned integer expressions
if ((i + n + 1) <= PY_SSIZE_T_MAX / sizeof(struct _inittab)) {
Diffstat (limited to 'Python/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions