Terry J. Reedy added the comment:

Go ahead.  If it works with font, add general tab.

CD.remove_var_callbacks is currently only called in 
test_configdialog.tearDownModule.  I added the call to prevent getting a 
TclError for each callback after the test finished.  .destroy does not destroy 
callbacks.

I presume remove_var_callbacks was written to be called in self.cancel. Then 
perhaps someone discovered that there was no visible effect of deleting it, 
perhaps because TclErrors are caught and ignored.  I want to put it, or the new 
equivalent, into cancel, before destroy.  And make  sure to add to 
teardownmodule.

----------

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

Reply via email to