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 sptonkin
Recipients ncoghlan, ronaldoussoren, sptonkin
Date 2013-07-08.05:35:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373261746.39.0.598108958249.issue18401@psf.upfronthosting.co.za>
In-reply-to
Content
After a clean check out and a successful build of Python 3.4, doctests were failing when running test_pdb. Specifically, doctests were failing because they were getting a "*** NameError: name 'execfile' is not defined" when running.

It turns out that my ~/.pdbrc file contained a call to execfile(). While removing this line from my ~/.pdbrc file remedied the issue for me, test_pdb probably shouldn't be reading from global configuration when testing the pdb module.
History
Date User Action Args
2013-07-08 05:35:46sptonkinsetrecipients: + sptonkin, ronaldoussoren, ncoghlan
2013-07-08 05:35:46sptonkinsetmessageid: <1373261746.39.0.598108958249.issue18401@psf.upfronthosting.co.za>
2013-07-08 05:35:46sptonkinlinkissue18401 messages
2013-07-08 05:35:46sptonkincreate