8000 [3.12] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872) by miss-islington · Pull Request #121077 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-120868: Fix breaking change in logging.config when using QueueHandler (GH-120872) #121077

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 28, 2024
Merged
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
Add in missing import which was left out during automatic backport pa…
…tch creation.
  • Loading branch information
vsajip committed Jun 28, 2024
commit bc3ae18cce62b7869e1652ff3d129583e2969c5a
1 change: 1 addition & 0 deletions Lib/test/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
import weakref

from http.server import HTTPServer, BaseHTTPRequestHandler
from unittest.mock import patch
from urllib.parse import urlparse, parse_qs
from socketserver import (ThreadingUDPServer, DatagramRequestHandler,
ThreadingTCPServer, StreamRequestHandler)
Expand Down
Loading
0