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 mathieui
Recipients gvanrossum, mathieui, vstinner, yselivanov
Date 2015-02-25.11:00:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424862040.11.0.0579325382624.issue23519@psf.upfronthosting.co.za>
In-reply-to
Content
Using iscoroutinefunction() on an object returned by functools.partial() should return True if the function wrapped was a coroutine function.

(a recursive loop like the one in asyncio/events.py get_function_source() may be what needs to be done)
History
Date User Action Args
2015-02-25 11:00:40mathieuisetrecipients: + mathieui, gvanrossum, vstinner, yselivanov
2015-02-25 11:00:40mathieuisetmessageid: <1424862040.11.0.0579325382624.issue23519@psf.upfronthosting.co.za>
2015-02-25 11:00:39mathieuilinkissue23519 messages
2015-02-25 11:00:39mathieuicreate