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 eric.araujo
Recipients eric.araujo, ncoghlan, pitrou, sbt
Date 2012-02-25.07:22:56
SpamBayes Score 0.010790296
Marked as misclassified No
Message-id <1330154577.75.0.460301310781.issue14116@psf.upfronthosting.co.za>
In-reply-to
Content
IIUC returning True is not incorrect, only useless.  In the stdlib I usually see “with lock:”.  Can you tell what is the use case for accessing the condition object inside the context block?  Does it apply only to Condition or also to *Lock and Semaphore?
History
Date User Action Args
2012-02-25 07:22:57eric.araujosetrecipients: + eric.araujo, ncoghlan, pitrou, sbt
2012-02-25 07:22:57eric.araujosetmessageid: <1330154577.75.0.460301310781.issue14116@psf.upfronthosting.co.za>
2012-02-25 07:22:57eric.araujolinkissue14116 messages
2012-02-25 07:22:56eric.araujocreate