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 ealfie
Recipients ealfie, gvanrossum, vstinner, yselivanov
Date 2015-11-19.21:56:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447970161.65.0.436017258107.issue25675@psf.upfronthosting.co.za>
In-reply-to
Content
Doc says:

coroutine BaseEventLoop.run_in_executor(executor, func, *args)
...<more lines>...
    This method is a coroutine.

However, inspecting the code, I find that this function is not a coroutine. Also this function returns a Future instance, this fact should be mentioned in the doc.
History
Date User Action Args
2015-11-19 21:56:01ealfiesetrecipients: + ealfie, gvanrossum, vstinner, yselivanov
2015-11-19 21:56:01ealfiesetmessageid: <1447970161.65.0.436017258107.issue25675@psf.upfronthosting.co.za>
2015-11-19 21:56:01ealfielinkissue25675 messages
2015-11-19 21:56:01ealfiecreate