[issue42759] Take into acount a Tcl interpreter when compare variables and fonts

2021-01-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42759] Take into acount a Tcl interpreter when compare variables and fonts

2021-01-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e3a9adba329681b1b73b7223515e71e94fc35e12 by Serhiy Storchaka in branch '3.8': [3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) (GH-24026) https://github.com/python/cpython/commit/e3a9adba329681b1b73b7223515e

[issue42759] Take into acount a Tcl interpreter when compare variables and fonts

2020-12-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +22866 pull_request: https://github.com/python/cpython/pull/24026 ___ Python tracker ___

[issue42759] Take into acount a Tcl interpreter when compare variables and fonts

2020-12-29 Thread miss-islington
miss-islington added the comment: New changeset 578caafabe1de652a8f31dbeb8cc660e1ed725eb by Miss Islington (bot) in branch '3.9': bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) https://github.com/python/cpython/commit/578caafabe1de652a8f31dbeb8cc660e1ed725eb -

[issue42759] Take into acount a Tcl interpreter when compare variables and fonts

2020-12-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +22833 pull_request: https://github.com/python/cpython/pull/23991 ___ Python tracker _

[issue42759] Take into acount a Tcl interpreter when compare variables and fonts

2020-12-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 1df56bc0597a051c13d53514e120e9b6764185f8 by Serhiy Storchaka in branch 'master': bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) https://github.com/python/cpython/commit/1df56bc0597a051c13d53514e120e9b6764185f8

[issue42759] Take into acount a Tcl interpreter when compare variables and fonts

2020-12-27 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +22813 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23968 ___ Python tracker ___

[issue42759] Take into acount a Tcl interpreter when compare variables and fonts

2020-12-27 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Currently instances of tkinter.Variable and tkinter.font.Font are considered equal when they have the same name even if they belong to different Tcl interpreters. But Tcl interpreters are isolated, and variables and fonts in different interpreters refer