diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2024-03-01 15:50:08 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-01 15:50:08 (GMT) |
| commit | fee86fd9a422612b39e5aabf2571b8fe4abac770 (patch) | |
| tree | cae40b1a2d7f9500dd540f16117d6520b9ad2b0e /Python/preconfig.c | |
| parent | 9b7f253b55f10df03d43c8a7c2da40ea523ac7a1 (diff) | |
| download | cpython-fee86fd9a422612b39e5aabf2571b8fe4abac770.zip cpython-fee86fd9a422612b39e5aabf2571b8fe4abac770.tar.gz cpython-fee86fd9a422612b39e5aabf2571b8fe4abac770.tar.bz2 | |
gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
* 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.
Diffstat (limited to 'Python/preconfig.c')
0 files changed, 0 insertions, 0 deletions
