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 rmarko
Recipients asvetlov, giampaolo.rodola, nailor, rmarko, xdegaye
Date 2014-05-27.10:21:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401186081.81.0.27172373116.issue16446@psf.upfronthosting.co.za>
In-reply-to
Content
Would be nice to have this commited as without this change

-        if self.quitting:
-            return # None
+        if not self.botframe:
+            self.botframe = frame

it's not possible to quit Bdb (and the code it's executing) as it just returns and doesn't raise BdbQuit.
History
Date User Action Args
2014-05-27 10:21:21rmarkosetrecipients: + rmarko, giampaolo.rodola, asvetlov, xdegaye, nailor
2014-05-27 10:21:21rmarkosetmessageid: <1401186081.81.0.27172373116.issue16446@psf.upfronthosting.co.za>
2014-05-27 10:21:21rmarkolinkissue16446 messages
2014-05-27 10:21:21rmarkocreate