Run clr-python-timestamp step. This sets the special .py timestamps. Run brp-python-bytecompile step. This generates any missing .pyc files, and sets the embedded .pyc timestamps I will investigate ...
python文件在被import运行的时候会在同目录下编译一个pyc的文件,这个文件可以和py文件一样使用,为了下次快速加载存在。pyc ...