Sign in
android
/
platform
/
external
/
python
/
markupsafe
/
ed71095
/
.
/
bench
/
bench_long_suffix.py
blob: 43fe56371ea4d8ddd824e52a311e7f39d175aa20 [
file
] [
log
] [
blame
]
from
markupsafe
import
escape
def
run
():
string
=
'<strong>Hello World!</strong>'
+
'x'
*
100000
escape
(
string
)