diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-22 23:40:02 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-22 23:40:02 +0000 |
commit | c91097223d0dced28b874002e759e1907e56e054 (patch) | |
tree | 689e824013b3e4ee70e9e59dc140914d6699959b /py/qstrdefs.h | |
parent | 3ec0a1a32dcda730fa3745f30e97565200f593e8 (diff) |
py: Remove some unnecessary exception objects.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index b30177acf..898e67582 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -37,56 +37,33 @@ Q(BaseException) Q(ArithmeticError) Q(AssertionError) Q(AttributeError) -Q(BlockingIOError) -Q(BrokenPipeError) Q(BufferError) -Q(BytesWarning) -Q(ChildProcessError) -Q(ConnectionAbortedError) -Q(ConnectionError) -Q(ConnectionRefusedError) -Q(ConnectionResetError) -Q(DeprecationWarning) Q(EOFError) Q(EnvironmentError) Q(Exception) Q(FileExistsError) Q(FileNotFoundError) Q(FloatingPointError) -Q(FutureWarning) Q(GeneratorExit) Q(IOError) Q(ImportError) -Q(ImportWarning) Q(IndentationError) Q(IndexError) -Q(InterruptedError) -Q(IsADirectoryError) Q(KeyError) Q(LookupError) Q(MemoryError) Q(NameError) -Q(NotADirectoryError) Q(NotImplementedError) Q(OSError) Q(OverflowError) -Q(PendingDeprecationWarning) -Q(PermissionError) -Q(ProcessLookupError) Q(ReferenceError) -Q(ResourceWarning) Q(RuntimeError) -Q(RuntimeWarning) Q(SyntaxError) -Q(SyntaxWarning) Q(SystemError) Q(SystemExit) Q(TabError) -Q(TimeoutError) Q(TypeError) Q(UnboundLocalError) -Q(UnicodeWarning) -Q(UserWarning) Q(ValueError) Q(Warning) Q(ZeroDivisionError) |