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 sbt
Recipients sbt, tim.peters
Date 2013-10-04.13:36:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380893790.22.0.0428540921101.issue19158@psf.upfronthosting.co.za>
In-reply-to
Content
Is BoundedSemaphore really supposed to be "robust" in the face of too many releases, or does it just provide a sanity check?

I think that releasing a bounded semaphore too many times is a programmer error, and the exception is just a debugging aid for the programmer.  Raising an exception 99% of the time should be sufficient for that purpose.
History
Date User Action Args
2013-10-04 13:36:30sbtsetrecipients: + sbt, tim.peters
2013-10-04 13:36:30sbtsetmessageid: <1380893790.22.0.0428540921101.issue19158@psf.upfronthosting.co.za>
2013-10-04 13:36:30sbtlinkissue19158 messages
2013-10-04 13:36:29sbtcreate