[docs] [issue25343] Document atomic operations on builtin types

R. David Murray report at bugs.python.org
Thu Oct 8 19:29:21 CEST 2015


R. David Murray added the comment:

I wonder...personally I prefer to program in asyncio style rather than threading style, where one doesn't have to worry about atomicity.  Maybe Python shouldn't make any atomicity guarantees.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25343>
_______________________________________


More information about the docs mailing list