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 isandler
Recipients bpb, georg.brandl, isandler, meador.inge
Date 2011-11-28.04:08:35
SpamBayes Score 9.692686e-05
Marked as misclassified No
Message-id <1322453316.63.0.422194515257.issue13120@psf.upfronthosting.co.za>
In-reply-to
Content
I think stuff like this can only be tested out-of-process.

So I added an out-of-process test to test_pdb.py. The test passes with the fixed pdb.py. (and fails with the original one).

Patch for the test attached.
History
Date User Action Args
2011-11-28 04:08:36isandlersetrecipients: + isandler, georg.brandl, bpb, meador.inge
2011-11-28 04:08:36isandlersetmessageid: <1322453316.63.0.422194515257.issue13120@psf.upfronthosting.co.za>
2011-11-28 04:08:36isandlerlinkissue13120 messages
2011-11-28 04:08:35isandlercreate