bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)

This commit is contained in:
Erik Montnemery 2022-07-05 16:23:12 +02:00 committed by GitHub
parent 324d01944d
commit c60f125533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View file

@ -1034,7 +1034,7 @@ possible, while any potentially slow operations (such as sending an email via
method is enqueued.
The base implementation formats the record to merge the message,
arguments, and exception information, if present. It also removes
arguments, exception and stack information, if present. It also removes
unpickleable items from the record in-place. Specifically, it overwrites
the record's :attr:`msg` and :attr:`message` attributes with the merged
message (obtained by calling the handler's :meth:`format` method), and