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 kristjan.jonsson
Recipients Sebastian.Noack, asvetlov, jyasskin, kristjan.jonsson, mklauber, pitrou
Date 2012-09-29.12:46:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348922782.38.0.603623492357.issue8800@psf.upfronthosting.co.za>
In-reply-to
Content
Excellent points.
For 3. however, I don't consider access to synchronized state to be "blocking".  Blocking means to block while waiting for the lock.  The internal lock is never held for any amount of time.
Perhaps I'll cook up a new patch with these thoughts.
History
Date User Action Args
2012-09-29 12:46:22kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, jyasskin, asvetlov, mklauber, Sebastian.Noack
2012-09-29 12:46:22kristjan.jonssonsetmessageid: <1348922782.38.0.603623492357.issue8800@psf.upfronthosting.co.za>
2012-09-29 12:46:22kristjan.jonssonlinkissue8800 messages
2012-09-29 12:46:22kristjan.jonssoncreate