Why python GIL is not kicking in for this multithreaded code?

前端 未结 0 990
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-02 20:03

I run the following piece of pure python code and in my understanding GIL should kick in and avoid simultaneous access to variable x and hence x sh

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