Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 在 Python 中锁定文件
我想获得一个文件的锁并阻止其他进程写入这个文件。我应该使用哪个模块和功能?
谢谢。