[issue8479] test_gdb: No stack

2010-04-21 Thread STINNER Victor
STINNER Victor added the comment: I may be related to #8482 (compiler optimization level?). -- nosy: +haypo ___ Python tracker ___ ___

[issue8479] test_gdb: No stack

2010-04-20 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- assignee: -> dmalcolm nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue8479] test_gdb: No stack

2010-04-20 Thread Martin v . Löwis
New submission from Martin v. Löwis : test_gdb currently fails on 3k; some tests with a "No stack" message. I'll attach the full output, but would like this issue to focus on the "No stack" failures. -- files: test_gdb.txt messages: 103802 nosy: loewis severity: normal status: open tit