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 yselivanov
Recipients pfreixes, yselivanov
Date 2017-10-19.17:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508434796.68.0.213398074469.issue30457@psf.upfronthosting.co.za>
In-reply-to
Content
> The nature of the `pending` method is to give to the developer a way to check how many waiters are still pending. This not only helps to make this code more explicit also other pieces of code that might need access to the length of the waiters.

This also is a perfect way to introduce races in your code.  I'm going to reject this, sorry.  I've demonstrated that it's possible to do what you wanted to do without adding new functionality.
History
Date User Action Args
2017-10-19 17:39:56yselivanovsetrecipients: + yselivanov, pfreixes
2017-10-19 17:39:56yselivanovsetmessageid: <1508434796.68.0.213398074469.issue30457@psf.upfronthosting.co.za>
2017-10-19 17:39:56yselivanovlinkissue30457 messages
2017-10-19 17:39:56yselivanovcreate