資源簡介
python在window上使用python-3.7.4-amd64.exe直接安裝時會缺少fcntl.py文件,影響python使用。但是如果使用python-3.7.4-amd64-webinstall.exe安裝就不會缺少該文件。解決辦法:可以下載該文件放到python安裝路徑下的lib包內,或者卸載python,用python-3.7.4-amd64-webinstall.exe安裝即可。
代碼片段和文件信息
F_GETFD?=?0
F_SETFD?=?0
FD_CLOEXEC?=?0
LOCK_EX?=?1
LOCK_UN?=?0
def?fcntl(fd?op?arg=0):
????return?0
????????
def?ioctl(fd?op?arg=0?mutable_flag=True):
????if?mu
評論
共有 條評論