New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

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 to different things.

There is note in the docstring of tkinter.Variable.__eq__ about taking into 
account master. The following PR fixes this omission.

----------
components: Library (Lib), Tkinter
messages: 383860
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Take into acount a Tcl interpreter when compare variables and fonts
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42759>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to