标签: python windows mutex
如何在python脚本中获取 Windows (操作系统级别)互斥锁列表?
win32event库有CreateMutex和OpenMutex,但遗憾的是没有ListMutexes ....