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 vstinner
Recipients ryder.lewis, vstinner
Date 2014-06-30.23:45:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404171939.61.0.398868309613.issue21886@psf.upfronthosting.co.za>
In-reply-to
Content
> "_maybe_set_result()" is not a good name. Other suggestions: "_set_result_except_cancelled", ""_set_result_ignore_cancelled".

I read again the mail thread and Guido proposed the nice name _set_result_unless_cancelled() which is very explicit. I updated my patch:
http://codereview.appspot.com/108300043
History
Date User Action Args
2014-06-30 23:45:39vstinnersetrecipients: + vstinner, ryder.lewis
2014-06-30 23:45:39vstinnersetmessageid: <1404171939.61.0.398868309613.issue21886@psf.upfronthosting.co.za>
2014-06-30 23:45:39vstinnerlinkissue21886 messages
2014-06-30 23:45:39vstinnercreate