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

But checking in debug mode looks very reasonable to me if it is so expensive.
History
Date User Action Args
2016-11-03 18:42:12asvetlovsetrecipients: + asvetlov, gvanrossum, vstinner, ned.deily, methane, yselivanov
2016-11-03 18:42:12asvetlovsetmessageid: <1478198532.43.0.326119335956.issue28600@psf.upfronthosting.co.za>
2016-11-03 18:42:12asvetlovlinkissue28600 messages
2016-11-03 18:42:12asvetlovcreate