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, christian.heimes, jyasskin, kristjan.jonsson, mklauber, neologix, pitrou, sbt
Date 2012-10-02.11:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349178143.84.0.751454828595.issue8800@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I forgot to mention:  Once one gets into the domain of allowing such niceties as writer priority, surely you can agree that the implementation of both locking modes belongs in the same class instance.  That is just plain good coding practice, allowing for class invariants, state assertions and such things.
Two class instances coupled by a bunch of common variables is IMHO neither good style nor practice.
History
Date User Action Args
2012-10-02 11:42:23kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, christian.heimes, jyasskin, asvetlov, neologix, sbt, mklauber, Sebastian.Noack
2012-10-02 11:42:23kristjan.jonssonsetmessageid: <1349178143.84.0.751454828595.issue8800@psf.upfronthosting.co.za>
2012-10-02 11:42:23kristjan.jonssonlinkissue8800 messages
2012-10-02 11:42:23kristjan.jonssoncreate