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 docs@python, gvanrossum, socketpair, vstinner, yselivanov
Date 2015-06-25.09:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435224908.21.0.364468086884.issue24509@psf.upfronthosting.co.za>
In-reply-to
Content
For delayed execution methods:

"Returned handle is actually timer object. That timer can be deactivated using asyncio.Handle.cancel() method, so registered callback won't be called".

For other callback registration methods:

"Returned handle may be used to unregister callback using asyncio.Handle.cancel(), so registered callback won't be called".


Also:
1. Documentation of .cancel does not say if it is allowed to cancel cancelled handle.
2. Documentation does not say if it is allowed to cancel timer, that was already fired.
History
Date User Action Args
2015-06-25 09:35:08socketpairsetrecipients: + socketpair, gvanrossum, vstinner, docs@python, yselivanov
2015-06-25 09:35:08socketpairsetmessageid: <1435224908.21.0.364468086884.issue24509@psf.upfronthosting.co.za>
2015-06-25 09:35:08socketpairlinkissue24509 messages
2015-06-25 09:35:08socketpaircreate