Uh oh!
There was an error while loading. Please reload this page.
bpo-41371: Handle lzma lib import error in test_zoneinfo.py - #21734
Conversation
nmaynes
commented
Aug 4, 2020
My apologies for the possible deluge of notifications. I messed up the commit history and cleaned it up inefficiently to put it lightly. This should have the approach mentioned by vstinner on issue https://bugs.python.org/issue41476 |
tirkarthi
left a comment
There was a problem hiding this comment.
LGTM, thanks. Note, import_helper is not present in 3.9 and hence automatic backport might fail.
I am happy to do the backport for this PR as long as my understanding is correct. According to the "Accepting Pull Requests" document, once the PR is merged, another PR should be created that backports this fix to 3.9. The backport PR title should be "[3.9] bpo-41371: Handle lzma lib import error in test_zoneinfo.py" Am I understanding the process correctly? |
pganssle
commented
Aug 6, 2020
@nmaynes You don't have to worry about the backport, the label is a signal that triggers a bot that does it automatically on merge. |
miss-islington
commented
Aug 6, 2020
Thanks @nmaynes for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
bedevere-bot
commented
Aug 6, 2020
GH-21758 is a backport of this pull request to the 3.9 branch. |
…thonGH-21734) (cherry picked from commit 5f0769a) Co-authored-by: Nathan M <nathanmaynes@gmail.com>
https://bugs.python.org/issue41371
Automerge-Triggered-By: @pganssle