[issue44473] logging.handlers.QueueHandler acts unexpected

2021-07-28 Thread Vinay Sajip
Change by Vinay Sajip : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue44473] logging.handlers.QueueHandler acts unexpected

2021-07-15 Thread Vinay Sajip
Vinay Sajip added the comment: > But, the prepare method doesn't do the enqueuing operation, it just prepares > the record and returns it back, so it seems like this statement is not > accurate? It merely states what happens to the return value. It doesn't say it has already been enqueued.

[issue44473] logging.handlers.QueueHandler acts unexpected

2021-07-14 Thread miss-islington
miss-islington added the comment: New changeset 3b8075f9076490508567f0fb3dc689861544d1a8 by Vinay Sajip in branch 'main': bpo-44473: Update docstring and documentation for QueueHandler.prepar… (GH-27140) https://github.com/python/cpython/commit/3b8075f9076490508567f0fb3dc689861544d1a8 -

[issue44473] logging.handlers.QueueHandler acts unexpected

2021-07-14 Thread Jack DeVries
Jack DeVries added the comment: I have another question about the docstring in the source beneath logging.handlers.QueueHandler.prepare. It says: > The object returned by this method is enqueued. But, the prepare method doesn't do the enqueuing operation, it just prepares the record and ret

[issue44473] logging.handlers.QueueHandler acts unexpected

2021-07-14 Thread Vinay Sajip
Change by Vinay Sajip : -- keywords: +patch pull_requests: +25682 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27140 ___ Python tracker ___

[issue44473] logging.handlers.QueueHandler acts unexpected

2021-07-04 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue44473] logging.handlers.QueueHandler acts unexpected

2021-06-21 Thread Kai Müller
New submission from Kai Müller : According to the docstring of logging.handlers.QueueHandler "The base implementation formats the record to merge the message and arguments, and removes unpickleable items from the record in-place." But, if a just a log message is used w/o any arguments, the argum