[issue19463] assertGdbRepr depends on hash randomization / endianess

2021-09-10 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue19463] assertGdbRepr depends on hash randomization / endianess

2014-05-22 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue19463] assertGdbRepr depends on hash randomization / endianess

2013-12-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: > http://buildbot.python.org/all/builders/System%20Z%20Linux%203.x/builds/1009/steps/test/logs/stdio This is a different issue than the one reported here. I'm not seeing any recent failures on "PPC64 PowerLinux 3.x". Christian, can we close? -- nosy:

[issue19463] assertGdbRepr depends on hash randomization / endianess

2013-12-21 Thread STINNER Victor
STINNER Victor added the comment: When trying to workaround a bug in the implementation of the PEP 456 (which was not known as a bug at this time), I implemented something using subprocessing which may be reused on SystemZ (or maybe on all platforms): changeset: 87290:11cb1c8faf11 user:

[issue19463] assertGdbRepr depends on hash randomization / endianess

2013-12-21 Thread STINNER Victor
STINNER Victor added the comment: Oh, I didn't notice this issue. I created the duplicate #19753 and I did some changes to try to fix it. -- nosy: +haypo ___ Python tracker ___

[issue19463] assertGdbRepr depends on hash randomization / endianess

2013-12-21 Thread Stefan Krah
Stefan Krah added the comment: Also on System Z: http://buildbot.python.org/all/builders/System%20Z%20Linux%203.x/builds/1009/steps/test/logs/stdio Setting priority to "normal", since it's the only test failing on System Z and generally green buildbots are more useful. -- keywords: +bu

[issue19463] assertGdbRepr depends on hash randomization / endianess

2013-10-31 Thread Christian Heimes
New submission from Christian Heimes: I'm seeing some unrelated test failures on PPC Linux (big endian) in my PEP-456 branch. http://buildbot.python.org/all/builders/PPC64%20PowerLinux%20custom/builds/17/steps/test/logs/stdio