Ben Caller <bcal...@gmail.com> 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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39503>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to