##// END OF EJS Templates
Remove jedi<=0.18.0 xfail for Python>=3.10...
Remove jedi<=0.18.0 xfail for Python>=3.10 jedi 0.18.1 fixed the issue

File last commit:

r22963:2961b531
r27195:cc76a77c
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])