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 r.david.murray
Recipients Dima.Tisnek, brett.cannon, docs@python, r.david.murray
Date 2015-10-08.17:29:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444325361.8.0.782477157949.issue25343@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-10-08 17:29:21r.david.murraysetrecipients: + r.david.murray, brett.cannon, docs@python, Dima.Tisnek
2015-10-08 17:29:21r.david.murraysetmessageid: <1444325361.8.0.782477157949.issue25343@psf.upfronthosting.co.za>
2015-10-08 17:29:21r.david.murraylinkissue25343 messages
2015-10-08 17:29:21r.david.murraycreate