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 yselivanov
Recipients asvetlov, gvanrossum, methane, ned.deily, vstinner, yselivanov
Date 2016-11-03.18:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478198881.67.0.76897186043.issue28600@psf.upfronthosting.co.za>
In-reply-to
Content
> IIRC haypo added the check because people called `.call_later()` with coroutine instead of callback very often.

We'll update asyncio docs in 3.6 with a tutorial to focus on coroutines (not on low-level event loop).  This should leave the loop API to advanced users.

> But checking in debug mode looks very reasonable to me if it is so expensive.

Exactly.
History
Date User Action Args
2016-11-03 18:48:01yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, ned.deily, asvetlov, methane
2016-11-03 18:48:01yselivanovsetmessageid: <1478198881.67.0.76897186043.issue28600@psf.upfronthosting.co.za>
2016-11-03 18:48:01yselivanovlinkissue28600 messages
2016-11-03 18:48:01yselivanovcreate