Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7ac35 commit 72a2b4dCopy full SHA for 72a2b4d
1 file changed
Lib/bdb.py
@@ -91,8 +91,8 @@ def dispatch_exception(self, frame, arg):
91
# definition of stopping and breakpoints.
92
93
def stop_here(self, frame):
94
- # (CT) stopframe may now also be None, see dispatch_call.
95
- # (CT) the former test for None is therefore removed from here.
+ # (CT) stopframe may now also be None, see dispatch_call.
+ # (CT) the former test for None is therefore removed from here.
96
if frame is self.stopframe:
97
return True
98
while frame is not None and frame is not self.stopframe:
0 commit comments