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

2008-09-13 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: Looks fine to me. But I can't see the reason to keep this as a module function in python 2.6 so I would remove it there too. -- nosy: +gpolo ___ Python tracker <[EMAIL PROTECTED]>

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

2008-08-25 Thread Daniel Diniz
Changes by Daniel Diniz <[EMAIL PROTECTED]>: -- nosy: +ajaksu2 ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list mailing l

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

2008-08-21 Thread STINNER Victor
New submission from STINNER Victor <[EMAIL PROTECTED]>: mainloop() is a method of a Tkapp object, but it's also a method of _tkinter module. In TkApp_MainLoop, self is seen as a TkappObject whereas it can be a module object! So instruction like "self->dispatch=1" will replace a random byte in