这对于调试非常有用(因此与编程相关)
strace -feopen python myfile.py
确定加载了哪些 Python 模块和共享对象?
你是说 strace -fetrace=open吧?
strace -fetrace=open
dtruss -f -t open python myfile.py