[issue3638] tkinter.mainloop() is meaningless and crash: remove it

STINNER Victor report at bugs.python.org
Sat Jan 3 16:27:38 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Victor, you seem to be confusing "code that supports it" with "functions
> that use it"

Oh ok, I didn't understood what "code that supports it" mean.

> There are some conditional code inside Tkapp_MainLoop that 
> depends on self being available, that is what Martin meant by code that
> supports it, and since it would no longer be a module function that code
> would no longer be needed.

Yes, right. I also prefer smaller code base with same functions ;-)

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


More information about the Python-bugs-list mailing list