• Andrew M. Kuchling's avatar
    Patch from /F: · 06bdf0e1
    Andrew M. Kuchling authored
    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.
    06bdf0e1
_tkinter.c 49.3 KB