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

Michael Hudson mwh21@cam.ac.uk
19 Jun 2000 00:41:22 +0100


"Fredrik Lundh" <effbot@telia.com> writes:

> 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...

Are there?  (I hardly know Tkinter).  Oh well.

I don't know of many "core" methods of doing it; the only one I can
think of is marshalling a recursive list, and as there seems to be a
loud party going on next door to me, I may write a patch for that this
evening...

Cheers,
M.