• Guido van Rossum's avatar
    Implement some recommendations from Raymond H: · 538f1d84
    Guido van Rossum yazdı
    - Make all local variables in the template start with an underscore,
      to prevent name conflicts with the timed code.
    
    - Added a method to print a traceback that shows source lines from the
      expanded template.
    
    - Use that method in main().
    538f1d84
timeit.py 8.97 KB