Skip to content

[3.13] gh-82535: Ignore address resolution failure in SysLogHandler constructor (GH-154504) - #155459

Open
miss-islington wants to merge 1 commit into
python:3.13from
miss-islington:backport-c294654-3.13
Open

[3.13] gh-82535: Ignore address resolution failure in SysLogHandler constructor (GH-154504)#155459
miss-islington wants to merge 1 commit into
python:3.13from
miss-islington:backport-c294654-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

The address may be temporarily unresolvable when the handler is created.
It is resolved again when a record is emitted.
(cherry picked from commit c294654)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com

…nstructor (pythonGH-154504)

The address may be temporarily unresolvable when the handler is created.
It is resolved again when a record is emitted.
(cherry picked from commit c2946542871a4a1e1a96ced2fee16b08d4755352)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants