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 Garrett Berg
Recipients Garrett Berg
Date 2017-12-04.03:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512357804.18.0.213398074469.issue32208@psf.upfronthosting.co.za>
In-reply-to
Content
It may be desirable to change:

> Once awoken, decrement the counter by 1.

to

> Once awoke, decrement the counter (which is guaranteed to be positive) by 1.

Although this could be considered obvious since the counter can never go below zero.
History
Date User Action Args
2017-12-04 03:23:24Garrett Bergsetrecipients: + Garrett Berg
2017-12-04 03:23:24Garrett Bergsetmessageid: <1512357804.18.0.213398074469.issue32208@psf.upfronthosting.co.za>
2017-12-04 03:23:24Garrett Berglinkissue32208 messages
2017-12-04 03:23:23Garrett Bergcreate