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 Martin.Teichmann
Recipients Martin.Teichmann, gvanrossum, yselivanov
Date 2017-02-08.12:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486557680.97.0.00266351572205.issue29432@psf.upfronthosting.co.za>
In-reply-to
Content
I added a solution to this problem. I just silence the bad error message by overwriting _GatheringFuture.__del__ to do nothing. This may have undesired side effects, though.
History
Date User Action Args
2017-02-08 12:41:21Martin.Teichmannsetrecipients: + Martin.Teichmann, gvanrossum, yselivanov
2017-02-08 12:41:20Martin.Teichmannsetmessageid: <1486557680.97.0.00266351572205.issue29432@psf.upfronthosting.co.za>
2017-02-08 12:41:20Martin.Teichmannlinkissue29432 messages
2017-02-08 12:41:20Martin.Teichmanncreate