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-42759: Fix equality comparison of Variable and Font in Tkinter #23968

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Dec 27, 2020

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.

https://bugs.python.org/issue42759

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
@serhiy-storchaka serhiy-storchaka added type-bug An unexpected behavior, bug, or error needs backport to 3.8 only security fixes needs backport to 3.9 only security fixes labels Dec 27, 2020
@miss-islington
Copy link
Contributor

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

@serhiy-storchaka serhiy-storchaka deleted the tkinter-variable-font-eq branch December 29, 2020 10:56
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 29, 2020
…ythonGH-23968)

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
(cherry picked from commit 1df56bc)

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

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

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Dec 29, 2020
@miss-islington
Copy link
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 1df56bc0597a051c13d53514e120e9b6764185f8 3.8

miss-islington added a commit that referenced this pull request Dec 29, 2020
…H-23968)

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
(cherry picked from commit 1df56bc)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Dec 31, 2020
…ter (pythonGH-23968)

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name..
(cherry picked from commit 1df56bc)

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

GH-24026 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 Dec 31, 2020
@serhiy-storchaka serhiy-storchaka removed their assignment Dec 31, 2020
serhiy-storchaka added a commit that referenced this pull request Jan 1, 2021
…ter (GH-23968) (GH-24026)

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
(cherry picked from commit 1df56bc)
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
…ythonGH-23968)

Objects which belong to different Tcl interpreters are now always
different, even if they have the same name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants