Ben Caller <[email protected]> added the comment:
Instead of repeat_10_3 = 'Basic ' + ', ' * (10 ** 3) + simple in the benchmark, try repeat_10_3 = 'Basic ' + ', ' * (10 ** 3) + 'A' ---------- Added file: https://bugs.python.org/file49022/bench_parser2.py _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39503> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
