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 methane
Recipients gvanrossum, methane, vstinner, yselivanov
Date 2016-10-18.09:11:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476781919.82.0.65736114138.issue28448@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm not so sure about this.  Maybe we can just fix _WaitCancelFuture somehow?

@haypo, do you know why _WaitCancelFuture overrides _schedule_callbacks() instead
of self.add_done_callback(self._unregister_wait_cb)?
_unregister_wait_cb must be called after all callbacks are called?
History
Date User Action Args
2016-10-18 09:11:59methanesetrecipients: + methane, gvanrossum, vstinner, yselivanov
2016-10-18 09:11:59methanesetmessageid: <1476781919.82.0.65736114138.issue28448@psf.upfronthosting.co.za>
2016-10-18 09:11:59methanelinkissue28448 messages
2016-10-18 09:11:59methanecreate