[Python-Dev] CVS: python/dist/src/Modules _tkinter.c,1.99,1.100

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Mon, 19 Jun 2000 01:29:23 +0200


michael wrote:
> > this patch adds a fast _flatten function to the _tkinter
> > module, and imports it from Tkinter.py (if available).
>
> Unfortunately this introduces another Way To Make Python Core:

well, there are lots of way to dump core through Tkinter/Tk, so I
convinced myself that it wasn't really worth the effort to prevent
it in _flatten...

either way, the patch looks okay to me.

</F>