Skip to content

[3.7] bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) #12716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2019

Conversation

tirkarthi
Copy link
Member

@tirkarthi tirkarthi commented Apr 7, 2019

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 [email protected]

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 <[email protected]>
@tirkarthi
Copy link
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants