[issue1581476] Text search gives bad count if called from variable trace

Matthias Kievernagel report at bugs.python.org
Thu Dec 4 14:05:59 CET 2008


Matthias Kievernagel <mkiever at web.de> added the comment:

Nice to see someone working on this.
One thing I've checked (iirc):
You can set iVar in doSearch by hand like this:
    iVar.set(2)
    print 'iVar.get()', iVar.get()
And iVar rests at this value.
t.search does not change the value.

I don't know anything about how the tcl-interpreter
is embedded into python. I somehow had the impression
there might be a _tkinter limitation there.
Something like handling two callbacks into _tkinter
at the same time or the tcl interpreter being unresponsive
while calling a _tkinter function.
At that point I gave up. Seen nothing obvious in _tkinter/Tkinter.

Matthias Kievernagel
(mkiever/at/web/dot/de)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1581476>
_______________________________________


More information about the Python-bugs-list mailing list