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 pitrou
Recipients Sebastian.Noack, asvetlov, christian.heimes, jyasskin, kristjan.jonsson, mklauber, neologix, pitrou, sbt
Date 2012-10-04.01:04:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349312658.42.0.416164171334.issue8800@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, the fact that acquire_read() is documented as "Acquire the lock in shared mode" and acquire_write() as "Acquire the lock in exclusive mode" hints that perhaps RWLock is not the right name ;)
History
Date User Action Args
2012-10-04 01:04:18pitrousetrecipients: + pitrou, kristjan.jonsson, christian.heimes, jyasskin, asvetlov, neologix, sbt, mklauber, Sebastian.Noack
2012-10-04 01:04:18pitrousetmessageid: <1349312658.42.0.416164171334.issue8800@psf.upfronthosting.co.za>
2012-10-04 01:04:18pitroulinkissue8800 messages
2012-10-04 01:04:18pitroucreate