X Tutup
Skip to content

bpo-45060: Get rid of few uses of the equality operators with None#28087

Merged
serhiy-storchaka merged 1 commit intopython:mainfrom
serhiy-storchaka:is-none
Aug 31, 2021
Merged

bpo-45060: Get rid of few uses of the equality operators with None#28087
serhiy-storchaka merged 1 commit intopython:mainfrom
serhiy-storchaka:is-none

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented Aug 31, 2021

@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 3c65457156d87e55010507d616b4eecb7a02883d 3.10

@miss-islington
Copy link
Copy Markdown
Contributor

Sorry @serhiy-storchaka, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 3c65457156d87e55010507d616b4eecb7a02883d 3.9

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Aug 31, 2021
…None (pythonGH-28087).

(cherry picked from commit 3c65457)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Aug 31, 2021
@bedevere-bot
Copy link
Copy Markdown

GH-28092 is a backport of this pull request to the 3.10 branch.

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Aug 31, 2021
…one (pythonGH-28087).

(cherry picked from commit 3c65457)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot
Copy link
Copy Markdown

GH-28093 is a backport of this pull request to the 3.9 branch.

serhiy-storchaka added a commit that referenced this pull request Sep 1, 2021
…one (GH-28087). (GH-28093)

(cherry picked from commit 3c65457)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
terryjreedy pushed a commit that referenced this pull request Sep 4, 2021
…None (GH-28087). (GH-28092)

(cherry picked from commit 3c65457)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka removed their assignment Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup