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 JanVok, gvanrossum, smurfix, vinay.sajip, vstinner, yselivanov
Date 2017-02-21.14:39:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487687960.38.0.156682977417.issue26789@psf.upfronthosting.co.za>
In-reply-to
Content
> Please do not log during shutdown

These logs are supposed to help you to find bugs in your application. Sadly, it's hard to log errors during Python shutdown because Pyhon is destroying its world: many basic functions are broken during shutdown.

We already fixed many errors, but not that one.

IMHO it's worth it to repair the logging module to be able to log during shutdown.

The logging module should be be enhanced to handle more nicely such error during Python finalization.
History
Date User Action Args
2017-02-21 14:39:20vstinnersetrecipients: + vstinner, gvanrossum, vinay.sajip, smurfix, yselivanov, JanVok
2017-02-21 14:39:20vstinnersetmessageid: <1487687960.38.0.156682977417.issue26789@psf.upfronthosting.co.za>
2017-02-21 14:39:20vstinnerlinkissue26789 messages
2017-02-21 14:39:20vstinnercreate