出于某种原因,我不能依赖Python的"import"语句来自动生成.pyc文件
有没有办法实现如下功能?
def py_to_pyc(py_filepath, pyc_filepath): ...
python
python ×1