gpt4 book ai didi

Python:哪个命令会增加 Windows 上打开文件的数量?

转载 作者:太空宇宙 更新时间:2023-11-03 18:21:08 25 4
gpt4 key购买 nike

关于这个主题似乎有很多问题,我似乎找不到我应该在 python 脚本中调用什么来增加打开文件限制?我知道我需要在 C 级别使用 _setmaxstdio 但我不知道如何在 python 中调用它。有什么想法吗?

最佳答案

尝试使用 pywin32 中的 win32file :

import win32file
print win32file._getmaxstdio() #512

win32file._setmaxstdio(1024)
print win32file._getmaxstdio() #1024

关于Python:哪个命令会增加 Windows 上打开文件的数量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24117273/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com