diff options
author | Serge Guelton <sguelton@quarkslab.com> | 2019-01-05 12:07:36 +0000 |
---|---|---|
committer | Serge Guelton <sguelton@quarkslab.com> | 2019-01-05 12:07:36 +0000 |
commit | e8775ad169c4bd9350e5fc386fb75d7cf332ffc1 (patch) | |
tree | 1694b3394a6fb62f3c111be9a531a68200d27c8e /lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py | |
parent | 964f816dbae777c5f1ee1eebc220739bb37c2861 (diff) | |
download | bcm5719-llvm-e8775ad169c4bd9350e5fc386fb75d7cf332ffc1.tar.gz bcm5719-llvm-e8775ad169c4bd9350e5fc386fb75d7cf332ffc1.zip |
[python] Make the collections import future-proof
On Python 3.7 the old code raises a warning:
DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
class ArgumentsIterator(collections.Sequence):
On Python 3.8 it wouldn't work anymore.
Commited on behalf of Jakub Stasiak.
Differential Revision: https://reviews.llvm.org/D56341
llvm-svn: 350467
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py')
0 files changed, 0 insertions, 0 deletions