Zachary Ware added the comment:

Here's a patch that seems to work; with it applied, I can run 
`PCbuild\python_d.exe -m test -uall -rF test_tcl test_tk test_ttk_textonly 
test_ttk_guionly test_idle` through at least 115 rounds of testing with no 
warnings or errors aside from a locale warning from test_idle the first time 
around.  Hacking up my rc1 install with a fresh _tkinter.pyd and patched 
tkinter/__init__.py, the tests all pass, but I still get the 'can't invoke 
"event" command: application has been destroyed' message from test_ttk_guionly.

Terry, would you mind checking how this impacts all of the Tkinter test 
interaction issues you're seeing?

Since this is the first non-superficial semantic C patch I've submitted, I have 
no doubt that it can use a lot of work :).  There are a few comments in places 
where I'm not really sure how best to do things that I'd really appreciate 
input on.  It seems to work for common cases, though.

----------
Added file: http://bugs.python.org/file34286/issue20035.diff

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

Reply via email to