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

maybe make dirty hack and check hasattr(callback, 'send') ?
History
Date User Action Args
2016-11-03 21:07:27socketpairsetrecipients: + socketpair, gvanrossum, vstinner, ned.deily, asvetlov, methane, yselivanov
2016-11-03 21:07:27socketpairsetmessageid: <1478207247.29.0.0984424227167.issue28600@psf.upfronthosting.co.za>
2016-11-03 21:07:27socketpairlinkissue28600 messages
2016-11-03 21:07:27socketpaircreate