[issue41214] -O0: Segmentation fault in _PyArg_UnpackStack

2021-09-27 Thread Irit Katriel
Irit Katriel added the comment: Python 3.7 is no longer maintained. Please create a new issue if you see this problem on a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Py

[issue41214] -O0: Segmentation fault in _PyArg_UnpackStack

2020-10-25 Thread LE GARREC Vincent
LE GARREC Vincent added the comment: I still have the problem with python 3.7.9 but not with python 3.8.6. Since I migrated my system to python 3.8, it's not a problem anymore. I still have python 3.7 installed so if you want, I still can do some tests. -- nosy: +bansan85 __

[issue41214] -O0: Segmentation fault in _PyArg_UnpackStack

2020-07-05 Thread Vincent LE GARREC
New submission from Vincent LE GARREC : In Gentoo, I compile my system with -O0 When I compile Apache Serf, python 3.7.8 crashes. When I compile python 3.7 with -O2, python don't crash when compiling Serf. It's the first time that -O0 causes program crash. I run test suite, I don't have any