[issue1038] [py3k] pdb does not work in python 3000

2007-09-12 Thread Georg Brandl
Georg Brandl added the comment: Fixed in rev. 58127. -- assignee: -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue1038] [py3k] pdb does not work in python 3000

2007-08-29 Thread Gregory P. Smith
Gregory P. Smith added the comment: I was running it by typing "./python Lib/pdb.py Lib/test_foo.py" __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-li

[issue1038] [py3k] pdb does not work in python 3000

2007-08-29 Thread Guido van Rossum
Guido van Rossum added the comment: Why are you using _runscript(), which is an internal routine? I've had a fair amount of success with other invocations, like pdb.run(). -- nosy: +gvanrossum __ Tracker <[EMAIL PROTECTED]>

[issue1038] [py3k] pdb does not work in python 3000

2007-08-27 Thread Gregory P. Smith
New submission from Gregory P. Smith: The Lib/pdb.py debugger fails in the py3k branch. Traceback (most recent call last): File "/usr/local/gps/python/py3k/Lib/pdb.py", line 1247, in main pdb._runscript(mainpyfile) File "/usr/local/gps/python/py3k/Lib/pdb.py", line 1173, in _runscript