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 pitrou
Recipients giampaolo.rodola, gvanrossum, ncoghlan, pitrou, srkunze, vstinner, yselivanov
Date 2015-07-07.13:01:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436274110.74.0.358534347855.issue24571@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW:

> The concerns I have with "get_awaitable" are [snip]

I agree with you.

> I've changed the suggestion function name to "call_async"

I disagree. "async" is an extremely overloaded term with no unambiguous meaning (but possible misinterpretations), especially now that Python 3.5 has an "async" keyword (or quasi-keyword? I don't remember :-)).

"call_in_executor" I think was fine. "call_in_thread" would be as well (and would mimick Twisted's own callInThread).
History
Date User Action Args
2015-07-07 13:01:50pitrousetrecipients: + pitrou, gvanrossum, ncoghlan, vstinner, giampaolo.rodola, yselivanov, srkunze
2015-07-07 13:01:50pitrousetmessageid: <1436274110.74.0.358534347855.issue24571@psf.upfronthosting.co.za>
2015-07-07 13:01:50pitroulinkissue24571 messages
2015-07-07 13:01:50pitroucreate