We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
While reviewing #130096, I checked the thread safety of list object and there at some places we are missing atomic stores of index.
Specifically the following:
cpython/Objects/listobject.c
Lines 3994 to 3997 in 97d0011
Lines 4146 to 4149 in 97d0011
They should use atomic relaxed stores.