summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorDuncan Grisby <duncan-github@grisby.org>2022-08-23 06:28:43 (GMT)
committerGitHub <noreply@github.com>2022-08-23 06:28:43 (GMT)
commit1499d73b3e02878850c007fa7298bb62f6c5a9a1 (patch)
tree3f218a46b6448e6889bcf8fc784de8d02b2b28c5 /Misc/NEWS.d
parent129998bd7b133defa37c7529bfad9052c0022b5c (diff)
downloadcpython-1499d73b3e02878850c007fa7298bb62f6c5a9a1.zip
cpython-1499d73b3e02878850c007fa7298bb62f6c5a9a1.tar.gz
cpython-1499d73b3e02878850c007fa7298bb62f6c5a9a1.tar.bz2
gh-96159: Fix significant performance degradation in logging.TimedRotat… (GH-96182)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-08-22-18-42-17.gh-issue-96159.3bFU39.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-08-22-18-42-17.gh-issue-96159.3bFU39.rst b/Misc/NEWS.d/next/Library/2022-08-22-18-42-17.gh-issue-96159.3bFU39.rst
new file mode 100644
index 0000000..f64469e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-08-22-18-42-17.gh-issue-96159.3bFU39.rst
@@ -0,0 +1 @@
+Fix a performance regression in logging TimedRotatingFileHandler. Only check for special files when the rollover time has passed.