On Thu, Feb 15, 2018 at 2:40 PM, Oleg Korsak <[email protected]> wrote: > Hi. While hearing about GIL every time... is there any real reason why CAS > doesn't help to solve this problem? > > https://en.wikipedia.org/wiki/Compare-and-swap
Because the GIL is not a problem. It's a feature. Before you ask about solutions, you need to clarify what you are calling a problem :) ChrisA -- https://mail.python.org/mailman/listinfo/python-list
