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 lechten
Recipients lechten, sbt
Date 2013-01-20.08:54:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358672087.52.0.543971914898.issue16998@psf.upfronthosting.co.za>
In-reply-to
Content
> Loads and stores are both atomic.  But "+=" is made up of two operations, a load followed by a store, and the lock is dropped between the two.

I see.  Then this is a documentation bug.  The examples in the documentation use such non-thread-safe assignments (combined with the statement "These shared objects will be process and thread safe.").
History
Date User Action Args
2013-01-20 08:54:47lechtensetrecipients: + lechten, sbt
2013-01-20 08:54:47lechtensetmessageid: <1358672087.52.0.543971914898.issue16998@psf.upfronthosting.co.za>
2013-01-20 08:54:47lechtenlinkissue16998 messages
2013-01-20 08:54:46lechtencreate