This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dima.Tisnek
Recipients Dima.Tisnek, brett.cannon, docs@python, r.david.murray, rhettinger, terry.reedy
Date 2015-10-09.20:32:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444422725.35.0.227913307912.issue25343@psf.upfronthosting.co.za>
In-reply-to
Content
Ideally I'd like 2 sources:

1. a whole section on atomic operations in language and CPython implementation

2. annotation of standard library methods, e.g.:
set().add(element)  [atomic] or [CPython: atomic(*)]
(*) assuming basic types, note about what custom methods would break this guarantee; the reference could be to 1.
History
Date User Action Args
2015-10-09 20:32:05Dima.Tisneksetrecipients: + Dima.Tisnek, brett.cannon, rhettinger, terry.reedy, r.david.murray, docs@python
2015-10-09 20:32:05Dima.Tisneksetmessageid: <1444422725.35.0.227913307912.issue25343@psf.upfronthosting.co.za>
2015-10-09 20:32:05Dima.Tisneklinkissue25343 messages
2015-10-09 20:32:05Dima.Tisnekcreate