[issue8605] gdb API issues

Antoine Pitrou report at bugs.python.org
Wed May 5 20:51:09 CEST 2010


Antoine Pitrou <pitrou at free.fr> 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 makes some of the tests fail.

Perhaps test_gdb, or some of its tests, should be skipped when compiler optimizations were enabled. Now we have to find out how to get that information.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8605>
_______________________________________


More information about the Python-bugs-list mailing list