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 zhengxiexie
Recipients zhengxiexie
Date 2014-08-16.04:44:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408164262.59.0.0117890122292.issue22210@psf.upfronthosting.co.za>
In-reply-to
Content
I was running pdb from the command line.
	Whenever I restart, It throws the error:
	
	 Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 861, in _execute getattr(self, self.request.method.lower())(*args, **kwargs) File "main.py", line 33, in post res = user.login( platform_id, platform_type) File "main.py", line 33, in post res = user.login( platform_id, platform_type) File "/home/work/src/Python-2.7.8/Lib/bdb.py", line 49, in trace_dispatch return self.dispatch_line(frame) File "/home/work/src/Python-2.7.8/Lib/bdb.py", line 67, in dispatch_line self.user_line(frame) File "/home/work/src/Python-2.7.8/Lib/pdb.py", line 158, in user_line self.interaction(frame, None) File "/home/work/src/Python-2.7.8/Lib/pdb.py", line 210, in interaction self.cmdloop() File "/home/work/src/Python-2.7.8/Lib/cmd.py", line 142, in cmdloop stop = self.onecmd(line) File "/home/work/src/Python-2.7.8/Lib/pdb.py", line 279, in onecmd return cmd.Cmd.onecmd(self, line) File "/home/work/src/Python-2.7.8/Lib/cmd.py", line 221, in onecmd return func(arg) File "/home/work/src/Python-2.7.8/Lib/pdb.py", line 679, in do_run raise Restart Restart


	I wonder why a so big bug has not been solved.
History
Date User Action Args
2014-08-16 04:44:22zhengxiexiesetrecipients: + zhengxiexie
2014-08-16 04:44:22zhengxiexiesetmessageid: <1408164262.59.0.0117890122292.issue22210@psf.upfronthosting.co.za>
2014-08-16 04:44:22zhengxiexielinkissue22210 messages
2014-08-16 04:44:21zhengxiexiecreate