[issue28056] sizeof unit tests fail on ARMv7

2016-09-10 Thread STINNER Victor
STINNER Victor added the comment: According to buildbots, the issue seems to be fixed. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue28056] sizeof unit tests fail on ARMv7

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset c3776dd858f0 by Victor Stinner in branch 'default': Try to fix sizeof unit tests on dict https://hg.python.org/cpython/rev/c3776dd858f0 -- nosy: +python-dev ___ Python tracker

[issue28056] sizeof unit tests fail on ARMv7

2016-09-09 Thread STINNER Victor
New submission from STINNER Victor: Hum, I used "+ 8" to add the new 64-bit version tag of dictionaries. But I didn't use struct.calcsize() to compute it, so there is maybe an aliasing/padding issue. http://buildbot.python.org/all/builders/ARMv7%20Ubuntu%203.x/builds/4815/steps/test/logs/stdio