]> 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:08:37 +0000 (12:08 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 10:08:37 +0000 (12:08 +0200)
commit73c086389a81f81d20a9f87eb95cebd15b6ced58
treeedec20b1b3a510fb68401f7c8cda0138dbc44db8
parent001320720090976b8a44b2aaf7c5a10ce66f40b9
Issue #18518: timeit now rejects statements which can't be compiled outside
a function or a loop (e.g. "return" or "break").
Lib/test/test_timeit.py
Lib/timeit.py
Misc/NEWS