diff options
author | Dale Collison <92315623+dcollison@users.noreply.github.com> | 2023-09-27 16:26:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 16:26:41 (GMT) |
commit | 74723e11109a320e628898817ab449b3dad9ee96 (patch) | |
tree | 4d50d43744e116f339b4fd752f8928d022feca23 /Misc | |
parent | cc54bcf17b5b5f7681f52baf3acef75b995fa1fd (diff) | |
download | cpython-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.rst | 1 |
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. |