对python源码进行编译,加密python脚本

对python源码进行编译,加密python脚本 对python源码进行编译 1.生成.pyc文件 import py_compile py_compile.compile('hello.py') 2.优化源码文件 python -O -m py_compile 1.py 生成.pyo文件   例子: 1 [root@lvs-master tool]# python3 2 Python 3.5
相关文章
相关标签/搜索