fades icon indicating copy to clipboard operation
fades copied to clipboard

Python 3.13.4 breaks SalutingStreamHandler (and tests fail)

Open stefanor opened this issue 6 months ago • 0 comments

Python 3.13.4 includes a patch to disable loggers while handling a logging record (python/cpython#91555). This breaks SalutingStreamHandler, as it emits a salutation when it gets its first log message.

Any reason not to just print the salutation on startup?

stefanor avatar Jun 16 '25 07:06 stefanor