]> granicus.if.org Git - python/commit
Issue 12514: Use try/finally to assure that timeit restores GC when done.
authorRaymond Hettinger <python@rcn.com>
Fri, 29 Jul 2011 06:56:38 +0000 (23:56 -0700)
committerRaymond Hettinger <python@rcn.com>
Fri, 29 Jul 2011 06:56:38 +0000 (23:56 -0700)
commit55e5e27b748443e41617bbd27c413b6af709df62
tree6d8121abc7e3b9c1bb6833f2a6905477d0be31d9
parent4af1c6a4fcd6557265e972a6c35d39a3b1604d6e
Issue 12514: Use try/finally to assure that timeit restores GC when done.
Lib/timeit.py
Misc/ACKS
Misc/NEWS