문제

Is it possible to acquire the global interpreter lock from python code? Or is that purely implemented in the C side?

도움이 되었습니까?

해결책

If your code executes then you have the GIL, no need to acquire it manually.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top