This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ngie
Recipients gstarck, ngie, vinay.sajip
Date 2022-03-31.01:51:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648691499.33.0.83613720337.issue47158@roundup.psfhosted.org>
In-reply-to
Content
Grégory: good question.

I would personally advocate for doing it out of selfish interests. 

I'm working with middleware based on 3.8 (moving to 3.9+ is non-trivial), and we have a common fault scenario where the system breaks if logging.handlers.SysLogHandler is instantiated and the target host cannot be resolved, like seen in the first comment.

Backporting the changes you referenced would make addressing the above issue easier, since the logic in connect(..) was moved into its own routine.
History
Date User Action Args
2022-03-31 01:51:39ngiesetrecipients: + ngie, vinay.sajip, gstarck
2022-03-31 01:51:39ngiesetmessageid: <1648691499.33.0.83613720337.issue47158@roundup.psfhosted.org>
2022-03-31 01:51:39ngielinkissue47158 messages
2022-03-31 01:51:39ngiecreate