summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-23 07:00:40 (GMT)
committerGitHub <noreply@github.com>2022-08-23 07:00:40 (GMT)
commit9c34d644edec7e5d4da78317ad2bbceb246aa039 (patch)
tree9387d0324cd013776ac936703b6dfffe1deff81a /Misc
parente9ede9d2a0376961933c03245199a8f348a9880c (diff)
downloadcpython-9c34d644edec7e5d4da78317ad2bbceb246aa039.zip
cpython-9c34d644edec7e5d4da78317ad2bbceb246aa039.tar.gz
cpython-9c34d644edec7e5d4da78317ad2bbceb246aa039.tar.bz2
[3.10] gh-96159: Fix significant performance degradation in logging.TimedRotat… (GH-96182) (GH-96195)
Co-authored-by: Duncan Grisby <duncan-github@grisby.org>
Diffstat (limited to 'Misc')
-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.