diff options
author | Serge Guelton <sguelton@quarkslab.com> | 2018-12-03 12:11:21 +0000 |
---|---|---|
committer | Serge Guelton <sguelton@quarkslab.com> | 2018-12-03 12:11:21 +0000 |
commit | 3de410848c245d0b66697062234f2d6980583092 (patch) | |
tree | 7ced0919c668feb8e5d0de4a7dbc5ceb55a2351f /lldb/packages/Python/lldbsuite/support/gmodules.py | |
parent | dbc99416b33d47d511645e52c9834bf383e84ff8 (diff) | |
download | bcm5719-llvm-3de410848c245d0b66697062234f2d6980583092.tar.gz bcm5719-llvm-3de410848c245d0b66697062234f2d6980583092.zip |
Portable Python script across Python version
Python2 supports the two following equivalent construct
raise ExceptionType, exception_value
and
raise ExceptionType(exception_value)
Only the later is supported by Python3.
Differential Revision: https://reviews.llvm.org/D55195
llvm-svn: 348126
Diffstat (limited to 'lldb/packages/Python/lldbsuite/support/gmodules.py')
0 files changed, 0 insertions, 0 deletions