[issue32707] Python/hamt.c warnings

2018-01-29 Thread Yury Selivanov
Change by Yury Selivanov : -- components: -asyncio ___ Python tracker ___ ___

[issue32707] Python/hamt.c warnings

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: Hopefully the warnings will be fixed. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue32707] Python/hamt.c warnings

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset b647d7039d396b1da71ab33b101a78b53d4e6834 by Yury Selivanov in branch 'master': bpo-32707: Fix warnings in hamt.c (#5430) https://github.com/python/cpython/commit/b647d7039d396b1da71ab33b101a78b53d4e6834 --

[issue32707] Python/hamt.c warnings

2018-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: > IMHO it's a real bug, No. HAMT bitmap and array nodes can only store up to 32 pointers, so we use Py_ssize_t & Py_SIZE only because those nodes are PyObject_VAR_HEAD objects. -- stage: patch review ->

[issue32707] Python/hamt.c warnings

2018-01-29 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +5265 stage: -> patch review ___ Python tracker ___

[issue32707] Python/hamt.c warnings

2018-01-29 Thread STINNER Victor
New submission from STINNER Victor : https://ci.appveyor.com/project/python/cpython/build/3.7build11469 ..\Python\hamt.c(623): warning C4018: '<': signed/unsigned mismatch [C:\projects\cpython\PCbuild\pythoncore.vcxproj] ..\Python\hamt.c(937): warning C4018: '<':