flake8
passed.
JSHint
passed.
Review Request #12521 — Created Aug. 9, 2022 and submitted
Python 3.11 removed support for
inspect.getargspec()
, which is needed
when we first parse command line arguments. This prevented RBTools from
running at all on Python 3.11.We now use
getfullargspec()
if available, and fall back on
getargspec()
. This also avoids warnings on earlier versions.
Successfully posted this change using RBTools on Python 3.11.
Summary | ID |
---|---|
b2db9b6ce84a5dae438ea54f21dd9e38bfcd829a |