Message192614
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. |
|
Date |
User |
Action |
Args |
2013-07-08 05:35:46 | sptonkin | set | recipients:
+ sptonkin, ronaldoussoren, ncoghlan |
2013-07-08 05:35:46 | sptonkin | set | messageid: <1373261746.39.0.598108958249.issue18401@psf.upfronthosting.co.za> |
2013-07-08 05:35:46 | sptonkin | link | issue18401 messages |
2013-07-08 05:35:46 | sptonkin | create | |
|