[issue1212900] Python segfaults on OpenBSD (tested 3.4 and 3.5)

2010-02-16 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- resolution: -> wont fix status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1212900] Python segfaults on OpenBSD (tested 3.4 and 3.5)

2010-02-16 Thread Stefan Krah
Stefan Krah added the comment: It is a stack overflow, which can be prevented by setting #define Py_DEFAULT_RECURSION_LIMIT 150 in Python/ceval.c. Then the program behaves in the same way as on Linux (i.e. it swallows the RuntimeError somewhere). Recommend closing. -- nosy: +skrah _

[issue1212900] Python segfaults on OpenBSD (tested 3.4 and 3.5)

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Is this still valid? -- components: +Interpreter Core -None nosy: +ajaksu2 stage: -> test needed type: -> crash versions: +Python 2.6 ___ Python tracker