]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84649: Use statx() in TimedRotatingFileHandler if available (ПР-150968)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Jun 2026 08:49:07 +0000 (11:49 +0300)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 08:49:07 +0000 (11:49 +0300)
commitb18b6a49c6f8c2172cf2bed366302064db1298b1
treedda84c56adb39c1699b577cb666fd069d9fa42e0
parent97dea30914a39bbfbe38ab0e31367309ba98ed22
gh-84649: Use statx() in TimedRotatingFileHandler if available (ПР-150968)

This allows to support rotation based on the file birth time on Linux.
Doc/library/logging.handlers.rst
Doc/whatsnew/3.16.rst
Lib/logging/handlers.py
Lib/test/support/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2021-02-26-13-17-57.bpo-40469.yJHeQg.rst