[all-commits] [llvm/llvm-project] 5341b5: [LLDB] Update inspect getargspec to getfullargspec
Omair Javaid via All-commits
all-commits at lists.llvm.org
Wed Apr 20 13:34:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5341b5f8d3cec9a38867bc4745fd680946300b87
https://github.com/llvm/llvm-project/commit/5341b5f8d3cec9a38867bc4745fd680946300b87
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M lldb/packages/Python/lldbsuite/support/funcutils.py
Log Message:
-----------
[LLDB] Update inspect getargspec to getfullargspec
This patch replaces getargspec with getfullargspec in funcutils.py.
getargspec has been deprecated by python 11x release. This is
important to run LLDB testsuite in Windows/Arm64 platform
where Python native will be available from python release onwards.
Note: getfullargspec is not available in python 2
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D121786
More information about the All-commits
mailing list