Skip to content
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

bpo-37915: Fix comparison between tzinfo objects and timezone objects #15390

Merged
merged 5 commits into from Aug 22, 2019

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Aug 22, 2019

Lib/test/datetimetester.py Show resolved Hide resolved
Modules/_datetimemodule.c Show resolved Hide resolved
@bedevere-bot
Copy link

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

Co-Authored-By: Paul Ganssle <pganssle@users.noreply.github.com>
@pablogsal
Copy link
Member Author

I have made the requested changes; please review again

@bedevere-bot
Copy link

Thanks for making the requested changes!

@pganssle: please review the changes made to this pull request.

@tirkarthi
Copy link
Member

3.7 also has this change with 6ed20e5 and would require a backport. Thanks Pablo for the fix.

@miss-islington
Copy link
Contributor

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-15399 is a backport of this pull request to the 3.8 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.8 only security fixes label Aug 22, 2019
@miss-islington
Copy link
Contributor

Sorry, @pablogsal, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 4be11c009abe88175fa164b45e4838e7267dfa97 3.7

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 22, 2019
…pythonGH-15390)

https://bugs.python.org/issue37915

Automerge-Triggered-By: @pablogsal
(cherry picked from commit 4be11c0)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
@miss-islington miss-islington self-assigned this Aug 22, 2019
miss-islington added a commit that referenced this pull request Aug 23, 2019
…GH-15390)

https://bugs.python.org/issue37915

Automerge-Triggered-By: @pablogsal
(cherry picked from commit 4be11c0)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
@pablogsal pablogsal deleted the bpo-37915 branch August 23, 2019 09:51
@bedevere-bot
Copy link

GH-15417 is a backport of this pull request to the 3.7 branch.

pablogsal added a commit to pablogsal/cpython that referenced this pull request Aug 23, 2019
…bjects (pythonGH-15390)

https://bugs.python.org/issue37915

Automerge-Triggered-By: @pablogsal.
(cherry picked from commit 4be11c0)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
pablogsal added a commit that referenced this pull request Aug 23, 2019
…bjects (GH-15390) (GH-15417)

https://bugs.python.org/issue37915

Automerge-Triggered-By: @pablogsal.
(cherry picked from commit 4be11c0)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
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.

None yet

7 participants