-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syntax error on import #2976
Comments
Maybe a Python 3.8 issue - I can't reproduce the issue with Python 3.7.4rc1 |
It is indeed a py38 thing, he offending line is: def getcallargs(func, /, *positional, **named): |
This chases back to |
Yeah, we don't currently support Python 3.8. |
I have the same error with respect to importing. I could suppress it via .pylintrc or .prospector.yaml for E0001 or syntax-error. But wouldn't that suppress errors in my code too? |
@Fernal73 Please open a separate issue if you have more details. This one was caused by not supporting Python 3.8 but the latest versions support Python 3.8. |
Arch Linux on Termux: Termux: import random Should this be a pylint issue or should I post it on the Github projects for Termux and/or ArchLinux for Termux? |
Steps to reproduce
import inspect
pylint
on this fileCurrent behavior
Expected behavior
No syntax error on importing inspect
pylint --version output
The text was updated successfully, but these errors were encountered: