[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2018-06-04 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.8 ___ Python tracker ___ ___

[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 150033d1599f55c10860a733d370707a3f7c444e by Miss Islington (bot) in branch '3.7': bpo-31849: Fix warning in pyhash.c (GH-6799) https://github.com/python/cpython/commit/150033d1599f55c10860a733d370707a3f7c444e -- __

[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 4251d2a3540bf7a23949c7fafad64b796585674a by Miss Islington (bot) in branch '3.6': bpo-31849: Fix warning in pyhash.c (GH-6799) https://github.com/python/cpython/commit/4251d2a3540bf7a23949c7fafad64b796585674a -- nosy: +miss-islington

[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2018-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7019 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2018-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7020 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2018-06-04 Thread INADA Naoki
INADA Naoki added the comment: New changeset a8eb58546b37a7cd5f332f019bb07388f5212c2d by INADA Naoki (A. Jesse Jiryu Davis) in branch 'master': bpo-31849: Fix warning in pyhash.c (GH-6799) https://github.com/python/cpython/commit/a8eb58546b37a7cd5f332f019bb07388f5212c2d -- nosy: +in

[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2018-05-14 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +6484 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyth

[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2017-10-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +easy (C) stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2017-10-23 Thread Xavier de Gaye
New submission from Xavier de Gaye : When built with: Android clang version 3.8.275480 (based on LLVM 3.8.275480) The following warning is emitted: ccache /pathto/android/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target x86_64-none-linux-androideabi -gcc-toolchain /pathto