[3.7] bpo-35726: Prevented QueueHandler formatting from affecting other handlers (GH-11537) by tirkarthi · Pull Request #12716 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.5k
Merged
ned-deily merged 1 commit intopython:3.7from
May 2, 2019Merged
Conversation
Copy link Copy Markdown
Member
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
…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>
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
Copy link Copy Markdown
Member Author
tirkarthi
commented
Apr 7, 2019
tirkarthi commented
Apr 7, 2019@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
bedevere-bot
added
the
awaiting review
label
ned-deily
merged commit
386b6f0
into
python:3.7
bedevere-bot
removed
the
awaiting review
label
tirkarthi
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment