mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Stop using string exceptions
This commit is contained in:
parent
57b17ad6ae
commit
27a353020b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import types
|
|||
|
||||
__all__ = ["BdbQuit","Bdb","Breakpoint"]
|
||||
|
||||
BdbQuit = 'bdb.BdbQuit' # Exception to give up completely
|
||||
class BdbQuit(Exception): pass
|
||||
|
||||
|
||||
class Bdb:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue