This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Update inspect getargspec to getfullargspec
ClosedPublic

Authored by omjavaid on Mar 16 2022, 3:15 AM.

Details

Summary

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

Diff Detail

Event Timeline

omjavaid created this revision.Mar 16 2022, 3:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 3:15 AM
omjavaid requested review of this revision.Mar 16 2022, 3:15 AM

by python 11x release

Is this a typo or some numbering system not related to the 2.x/3.x cadence?

by python 11x release

Is this a typo or some numbering system not related to the 2.x/3.x cadence?

This is a typo. Sorry I missed 3.11x

labath accepted this revision.Mar 16 2022, 6:37 AM
This revision is now accepted and ready to land.Mar 16 2022, 6:37 AM
This revision was landed with ongoing or failed builds.Apr 20 2022, 1:34 PM
This revision was automatically updated to reflect the committed changes.