(original) (raw)
On 4/14/2016 3:33 PM, Victor Stinner
wrote:
By the time we get an atomic increment for 64-bit integer, we'll be wanting it for 128-bit...When we will be able to get ride of the GIL for the dict type, we will probably be able to get an atomic "global\_version++" for 64-bit integer. Right now, I don't think that an atomic int64++ is available on 32-bit archs.