Closed peytondmurray closed 1 year ago
I can reproduce this in Python 3.11
. Although it works until Python 3.10
(See deprecated inspect.getargspec(func)
) and pyflyby is supported upto 3.10
at the moment, so this is more of a feature request to support 3.11
. What do you think?
I'll defer to you on how you want to classify this issue. IMO at the very least if a version is here it should be tested/supported, and if a version is deprecated it should be totally dropped from all code. Personally I'd prefer if projects followed NEP29 on this, which is a more strict deprecation schedule.
This is fixed (Tested on master) as part of this https://github.com/deshaw/pyflyby/pull/227 Let me know if this doesn't works.
When running
py pyflyby.install_in_ipython_config_file
, pyflyby breaks.getargspec
is deprecated in Python 3, which is the reason this fails. Currently this is breaking a feature of thejupyterlab-pyflyby
extension.