[issue12872] --with-tsc crashes on ppc64

2021-10-15 Thread Irit Katriel
Change by Irit Katriel : -- stage: patch review -> resolved status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue12872] --with-tsc crashes on ppc64

2021-09-08 Thread Irit Katriel
Irit Katriel added the comment: I don't see anything like the code of the patch in ceval.c now. I will close this soon unless given a reason not to. -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker

[issue12872] --with-tsc crashes on ppc64

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12872] --with-tsc crashes on ppc64

2014-06-25 Thread Mark Lawrence
Mark Lawrence added the comment: This refers to a crash so can we have a code review please, I'm certainly not qualified to do one on ceval.c. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ Python

[issue12872] --with-tsc crashes on ppc64

2011-08-31 Thread Dave Malcolm
New submission from Dave Malcolm dmalc...@redhat.com: On 64-bit PPC builds configured --with-tsc, Python segfaults within the first function call in the bytecode interpreter. Upon investigation this is due to this code in Python/ceval.c: 32 typedef unsigned long long uint64; 33