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 vstinner
Recipients giampaolo.rodola, gvanrossum, pitrou, richard.kiss, vstinner, yselivanov
Date 2014-06-23.21:00:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403557218.5.0.504444695777.issue21163@psf.upfronthosting.co.za>
In-reply-to
Content
@Guido, @Yury: What do you think of log_destroyed_pending_task.patch? Does it sound correct?

Or would you prefer to automatically keep a strong reference somewhere and then break the strong reference when the task is done? Such approach sounds to be error prone :)
History
Date User Action Args
2014-06-23 21:00:18vstinnersetrecipients: + vstinner, gvanrossum, pitrou, giampaolo.rodola, yselivanov, richard.kiss
2014-06-23 21:00:18vstinnersetmessageid: <1403557218.5.0.504444695777.issue21163@psf.upfronthosting.co.za>
2014-06-23 21:00:18vstinnerlinkissue21163 messages
2014-06-23 21:00:18vstinnercreate