Open
Description
here's two different build log:
the succeed log
after some investigate, seems the py_compile command line change the behavior
in python3.9
$ python3 -V
python 3.9.9
$ python3 -m py_compile
$ echo $?
0
in python3.11
$ python3 -V
python 3.11.6
$ python3 -m py_compile
usage: py_compile.py [-h] [-q] filenames [filenames ...]
py_compile.py: error: the following arguments are required: filenames
$ echo $?
2
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Someday in future
Activity