[issue34266] Bad behavior with "restart \" in pdb

2018-07-28 Thread Jared
Jared added the comment: I wouldn't mind taking a look at this. Feel free to assign it to me! -- nosy: +j-rewerts ___ Python tracker ___

[issue34266] Bad behavior with "restart \" in pdb

2018-07-28 Thread ppperry
ppperry added the comment: Just to be clear, even though the traceback is python 3.6, the same bug occurs in 3.7 with an identical traceback except for some changes in line number -- ___ Python tracker

[issue34266] Bad behavior with "restart \" in pdb

2018-07-28 Thread ppperry
New submission from ppperry : (Pdb) restart \ Traceback (most recent call last): File "C:\Program Files\Python36\lib\pdb.py", line 1667, in main pdb._runscript(mainpyfile) File "C:\Program Files\Python36\lib\pdb.py", line 1548, in _runscript self.run(statement) File "C:\Program