[issue8605] gdb API issues

2010-05-05 Thread Antoine Pitrou
Antoine Pitrou added the comment: My intuition about an API problem seems to be mistaken. If I compile Python in debug mode without any optimizations ("CFLAGS='' ./configure --with-pydebug"), all tests pass. The default builds of Python use -O2 nowadays, even in debug mode (issue8625), which

[issue8605] gdb API issues

2010-05-03 Thread STINNER Victor
STINNER Victor added the comment: See #8482 for the "Unable to read information on python frame" issue. -- nosy: +haypo ___ Python tracker ___ ___

[issue8605] gdb API issues

2010-05-03 Thread Antoine Pitrou
New submission from Antoine Pitrou : I now get the following failures in test_gdb: == FAIL: test_pyup_command (test.test_gdb.StackNavigationTests) Verify that the "py-up" command works ---