You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.tempfile.NamedTemporaryFile创建的文件对象在默认情况下,会保持文件句柄打开(直到对象被垃圾回收或显式关闭)。
2.在 Windows 系统中,一个文件如果被某进程的句柄占用,其他操作(包括同一进程的写入)会被阻塞,导致后续download_apk报PermissionError(提示 “被另一个进程占用”)。
0 commit comments