[issue8281] test_gdb_sample fails
Dave Malcolm
report at bugs.python.org
Thu Apr 1 19:13:11 CEST 2010
Dave Malcolm <dmalcolm at redhat.com> added the comment:
Sorry about that.
"test_gdb_sample.py" is merely a sample script for use by "test_gdb.py" (see issue 8032); it's not intended to do anything useful by itself (though it does need a "print" invocation, since test_gdb.py uses a breakpoint in PyObject_Print).
I would probably be simplest to rename it so it doesn't have a "test_" prefix.
How about "sample_for_test_gdb.py", or somesuch?
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8281>
_______________________________________
More information about the Python-bugs-list
mailing list