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 gvanrossum, jinty, r.david.murray, vstinner, yselivanov
Date 2015-10-27.16:05:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445961922.5.0.43998954963.issue25489@psf.upfronthosting.co.za>
In-reply-to
Content
> because in that case the handler isn't getting called from the Task __del__

It's possible to fix -- see the attached future.patch.  And perhaps this should be fixed in Future.__del__ and Task.__del__ -- ignoring BaseExceptions isn't good.
History
Date User Action Args
2015-10-27 16:05:22yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, r.david.murray, jinty
2015-10-27 16:05:22yselivanovsetmessageid: <1445961922.5.0.43998954963.issue25489@psf.upfronthosting.co.za>
2015-10-27 16:05:22yselivanovlinkissue25489 messages
2015-10-27 16:05:22yselivanovcreate