]> granicus.if.org Git - python/commit
Patch from /F:
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 18 Jun 2000 18:45:50 +0000 (18:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 18 Jun 2000 18:45:50 +0000 (18:45 +0000)
commite475e70128e5e12392faa10f6556460c308efc0a
treed6b30e75b24f410540f9087b571d338f3b885064
parent74042d6e5d44cc9d332c28414a1e04eadd204248
Patch from /F:
this patch adds a fast _flatten function to the _tkinter
module, and imports it from Tkinter.py (if available).

this speeds up canvas operations like create_line and
create_polygon.  for example, a create_line with 5000
vertices runs about 50 times faster with this patch in
place.
Lib/lib-tk/Tkinter.py
Modules/_tkinter.c