[Python-Dev] Software Transactional Memory for Python

Armin Rigo arigo at tunes.org
Wed Aug 31 08:43:45 CEST 2011


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


More information about the Python-Dev mailing list