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 r.david.murray
Recipients JanVok, gvanrossum, r.david.murray, smurfix, vinay.sajip, vstinner, yselivanov
Date 2017-02-21.20:56:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487710586.69.0.361006729442.issue26789@psf.upfronthosting.co.za>
In-reply-to
Content
If I understand correctly, the logging during shutdown coming out of asyncio helps debug errors in asyncio programs, and this logging can't happen before shutdown starts (so the application calling logging.shutdown would just hide the errors, I think).

Yes, the general problem affects more than just logging, and when it is reasonable to do so we try to fix (or at least cleanly report) these shutdown issues in stdlib code.  Whether it is reasonable to do so in this case I don't know.
History
Date User Action Args
2017-02-21 20:56:26r.david.murraysetrecipients: + r.david.murray, gvanrossum, vinay.sajip, vstinner, smurfix, yselivanov, JanVok
2017-02-21 20:56:26r.david.murraysetmessageid: <1487710586.69.0.361006729442.issue26789@psf.upfronthosting.co.za>
2017-02-21 20:56:26r.david.murraylinkissue26789 messages
2017-02-21 20:56:26r.david.murraycreate