diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-09-19 13:39:03 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-09-19 13:39:03 +0200 |
commit | 5d053fed33bcc6cfd9cf6e0d1f0a82915577c85a (patch) | |
tree | 6032d08237acdba47e0ce9307f88dfda867e2395 /Python/Python-ast.c | |
parent | 9f74cffc158692e4f0a584849311d3508e680787 (diff) | |
download | cpython-5d053fed33bcc6cfd9cf6e0d1f0a82915577c85a.tar.gz |
Issue #24999: In longobject.c, use two shifts instead of ">> 2*PyLong_SHIFT" to
avoid undefined behaviour when LONG_MAX type is smaller than 60 bits.
This change should fix a warning with the ICC compiler.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions