This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients ezio.melotti, gpolo, gumpy, kbk, nnorwitz, ocean-city, wplappert
Date 2009-08-07.17:35:06
SpamBayes Score 1.4781785e-05
Marked as misclassified No
Message-id <1249666511.95.0.963517793639.issue1028@psf.upfronthosting.co.za>
In-reply-to
Content
Uhm, in the long run I believe it will be better to move to
Tcl_CreateObjCommand since it is said that commands created by it are
significantly faster than the ones created by Tcl_CreateCommand (more
information about this can be found at tcl documentation).

I'm only writing this because, as other places that deal with tcl
objects, more care must be taken. For instance, I have applied the
issue1028.diff on the tk_and_idle_maintenance branch and found two
problems that are now patched by adjusts1.diff. It is very likely that
there are other bugs around, I'll be trying some tkinter applications to
try to find some of them but help is very much needed. Note that there
are some tkinter tests on this tk_and_idle_maintenance and they all
pass, but they do not fully cover tkinter at this moment so improving
them would be good too.
History
Date User Action Args
2009-08-07 17:35:12gpolosetrecipients: + gpolo, nnorwitz, kbk, ocean-city, ezio.melotti, wplappert, gumpy
2009-08-07 17:35:11gpolosetmessageid: <1249666511.95.0.963517793639.issue1028@psf.upfronthosting.co.za>
2009-08-07 17:35:08gpololinkissue1028 messages
2009-08-07 17:35:07gpolocreate