Message288302
> 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. |
|
Date |
User |
Action |
Args |
2017-02-21 14:39:20 | vstinner | set | recipients:
+ vstinner, gvanrossum, vinay.sajip, smurfix, yselivanov, JanVok |
2017-02-21 14:39:20 | vstinner | set | messageid: <1487687960.38.0.156682977417.issue26789@psf.upfronthosting.co.za> |
2017-02-21 14:39:20 | vstinner | link | issue26789 messages |
2017-02-21 14:39:20 | vstinner | create | |
|