8000 [3.14] gh-91555: Revert disabling of logger while handling log record. (GH-135858) by miss-islington · Pull Request #135910 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.14] gh-91555: Revert disabling of logger while handling log record. (GH-135858) #135910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revised NEWS aggregation for 3.14.0b2 and added a new NEWS entry rela…
…ting to a reversion.
  • Loading branch information
8000
vsajip committed Jun 25, 2025
commit bc0ee21bf1c32e1f92d1601b9bb4efab1b746483
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.14.0b2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ Bénédikt Tran.
.. section: Library

Ignore log messages generated during handling of log messages, to avoid
deadlock or infinite recursion.
deadlock or infinite recursion. [NOTE: This change has since been reverted.]

..

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
An earlier change, which was introduced in 3.14.0b2, has been reverted. It
disabled logging for a logger during handling of log messages for that
logger. Since the reversion, the behaviour should be as it was before
3.14.0b2.
Loading
0