commit | 557b9a52edc4445cec293f2cc2c268c4f564adcf | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Sep 22 16:16:46 2020 +0300 |
committer | GitHub <noreply@github.com> | Tue Sep 22 16:16:46 2020 +0300 |
tree | dc197fd8a194d1eb5fb31eb6f12736efa09ff7e7 | |
parent | c5cb077ab3c88394b7ac8ed4e746bd31b53e39f1 [diff] |
bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358) It now accepts "empty" statements (only whitespaces and comments) and rejects misindentent statements.