This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmalcolm
Recipients dmalcolm, loewis, pitrou
Date 2010-04-01.17:13:10
SpamBayes Score 5.525417e-08
Marked as misclassified No
Message-id <1270141991.94.0.559037811144.issue8281@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2010-04-01 17:13:12dmalcolmsetrecipients: + dmalcolm, loewis, pitrou
2010-04-01 17:13:11dmalcolmsetmessageid: <1270141991.94.0.559037811144.issue8281@psf.upfronthosting.co.za>
2010-04-01 17:13:10dmalcolmlinkissue8281 messages
2010-04-01 17:13:10dmalcolmcreate