How can I intercept calls to lock.acquire() and lock.release() in the threading module automatically?

后端 未结 0 1993
眼角桃花
眼角桃花 2020-12-09 00:27

My goal is to be able to recognize at runtime directly that a certain lock.acquire() and lock.release() calls were made and be able to get info on

相关标签:
回答
  • 消灭零回复
提交回复
热议问题