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 asvetlov
Recipients asvetlov, gvanrossum, vstinner, yselivanov
Date 2015-09-11.19:16:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441998965.13.0.504603864253.issue25074@psf.upfronthosting.co.za>
In-reply-to
Content
See https://github.com/KeepSafe/aiohttp/issues/497 for the reason.

Desctructors and descendant code (`loop.call_exception_handler()`) can be called on interpreter shutdown stage, which leads to printouts like 'None object has no attribute "errror"'.
History
Date User Action Args
2015-09-11 19:16:08asvetlovsetrecipients: + asvetlov, gvanrossum, vstinner, yselivanov
2015-09-11 19:16:05asvetlovsetmessageid: <1441998965.13.0.504603864253.issue25074@psf.upfronthosting.co.za>
2015-09-11 19:16:05asvetlovlinkissue25074 messages
2015-09-11 19:16:04asvetlovcreate