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 srkunze
Recipients giampaolo.rodola, gvanrossum, ncoghlan, pitrou, srkunze, vstinner, yselivanov
Date 2015-07-06.18:13:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436206389.87.0.919742714334.issue24571@psf.upfronthosting.co.za>
In-reply-to
Content
2 remarks:

1) I would rather go for a more comprehensible name such as 'get_awaitable' instead of 'blocking_call'. Later reminds me of the execution of f which is not the case.

2) redundant ) in the end of """Usage: result = await asyncio.blocking_call(f, *args, **kwds))"""
History
Date User Action Args
2015-07-06 18:13:09srkunzesetrecipients: + srkunze, gvanrossum, ncoghlan, pitrou, vstinner, giampaolo.rodola, yselivanov
2015-07-06 18:13:09srkunzesetmessageid: <1436206389.87.0.919742714334.issue24571@psf.upfronthosting.co.za>
2015-07-06 18:13:09srkunzelinkissue24571 messages
2015-07-06 18:13:09srkunzecreate