[3.7] bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) by tirkarthi · Pull Request #12716 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@tirkarthi

Copy link Copy Markdown

Member

@tirkarthi tirkarthi commented

Apr 7, 2019

edited by bedevere-bot

Loading

QueueHandler.prepare() now makes a copy of the record before modifying and enqueueing it, to avoid affecting other handlers in the chain.
(cherry picked from commit da6424e)

Co-authored-by: Manjusaka lizheao940510@gmail.com

https://bugs.python.org/issue35726

…er handlers (pythonGH-11537)

QueueHandler.prepare() now makes a copy of the record before modifying and enqueueing it, to avoid affecting other handlers in the chain.
(cherry picked from commit da6424e)

Co-authored-by: Manjusaka <lizheao940510@gmail.com>

@tirkarthi

Copy link Copy Markdown

Member Author

@vsajip I went ahead and created a manual backport since miss-islington didn't create one after 3 hours. Currently @bedevere-bot seems to have issues in detecting issue number to all branches which is tracked at python/core-workflow#321

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@tirkarthi @ned-deily @the-knights-who-say-ni @bedevere-bot @Zheaoli