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 jyasskin, kristjan.jonsson, pitrou
Date 2010-05-24.16:40:04
SpamBayes Score 0.022339419
Marked as misclassified No
Message-id <1274719206.88.0.303608710613.issue8800@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure it's a good idea to have a default context manager, and default acquire/release methods. "In the face of ambiguity, refuse the temptation to guess".

Is there any use in being able to use a RWLock inside a condition variable?

Docstrings should be polished (e.g. typo "must be mathced with an release"). I think wrlocked() and rdlocked() deserve a docstring too.

A style nit: generally, comments should be on their own line, before the code they comment. Also, there should be a space just after the "#" (see PEP 8 :-)).
History
Date User Action Args
2010-05-24 16:40:07pitrousetrecipients: + pitrou, kristjan.jonsson, jyasskin
2010-05-24 16:40:06pitrousetmessageid: <1274719206.88.0.303608710613.issue8800@psf.upfronthosting.co.za>
2010-05-24 16:40:05pitroulinkissue8800 messages
2010-05-24 16:40:05pitroucreate