summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDale Collison <92315623+dcollison@users.noreply.github.com>2023-09-27 16:26:41 (GMT)
committerGitHub <noreply@github.com>2023-09-27 16:26:41 (GMT)
commit74723e11109a320e628898817ab449b3dad9ee96 (patch)
tree4d50d43744e116f339b4fd752f8928d022feca23 /Misc
parentcc54bcf17b5b5f7681f52baf3acef75b995fa1fd (diff)
downloadcpython-74723e11109a320e628898817ab449b3dad9ee96.zip
cpython-74723e11109a320e628898817ab449b3dad9ee96.tar.gz
cpython-74723e11109a320e628898817ab449b3dad9ee96.tar.bz2
gh-109461: Update logging module lock to use context manager (#109462)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-09-15-17-12-53.gh-issue-109461.VNFPTK.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-15-17-12-53.gh-issue-109461.VNFPTK.rst b/Misc/NEWS.d/next/Library/2023-09-15-17-12-53.gh-issue-109461.VNFPTK.rst
new file mode 100644
index 0000000..28f0c16
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-09-15-17-12-53.gh-issue-109461.VNFPTK.rst
@@ -0,0 +1 @@
+:mod:`logging`: Use a context manager for lock acquisition.