]> granicus.if.org Git - python/commit
Issue #18518: timeit now rejects statements which can't be compiled outside
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 10:09:17 +0000 (12:09 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 10:09:17 +0000 (12:09 +0200)
commit2bef58577f1caa293a4843f4bdf245407825a61a
treeeab5b67eba2ad44a2e183962cfce9527cdfc8fcb
parent21d7533c4c13489b4b3baae59f9e25cd038fb16b
Issue #18518: timeit now rejects statements which can't be compiled outside
a function or a loop (e.g. "return" or "break").
Doc/library/timeit.rst
Lib/test/test_timeit.py
Lib/timeit.py
Misc/NEWS