diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-03-01 16:41:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 16:41:30 (GMT) |
commit | 8dae3faab64c2c7c46141f844e2d8e41d5ce56b0 (patch) | |
tree | 8d8adea5dae368ffca5142c31eb080721281170e /Python/hamt.c | |
parent | 694874b7dcc4241d323f369d2db37eba15927fd9 (diff) | |
download | cpython-8dae3faab64c2c7c46141f844e2d8e41d5ce56b0.zip cpython-8dae3faab64c2c7c46141f844e2d8e41d5ce56b0.tar.gz cpython-8dae3faab64c2c7c46141f844e2d8e41d5ce56b0.tar.bz2 |
[3.12] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116208)
* Do not overwrite already rolled over files. It happened at midnight or
during the DST change and caused the loss of data.
* computeRollover() now always return the timestamp larger than the
specified time.
* Fix computation of the rollover time during the DST change.
(cherry picked from commit fee86fd9a422612b39e5aabf2571b8fe4abac770)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/hamt.c')
0 files changed, 0 insertions, 0 deletions