Hi, On Tue, Aug 30, 2011 at 11:33 PM, Yury Selivanov <yselivanov.ml at gmail.com> wrote: > Maybe it'd be better to put 'atomic' in the threading module? 'threading' is pure Python. But anyway the consensus is to not have 'atomic' at all in the stdlib, which means it is in its own 3rd-party extension module. Armin