[issue10953] safely eval serialized dict/list data from arbitrary string over web with no side effects

Alexander Belopolsky report at bugs.python.org
Thu Jan 20 07:03:42 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

> rather than serialize python dicts & list to json ...
> its more efficient to just serialize w/ repr() & then use eval()

Do you have benchmarks that support this claim?

----------
nosy: +belopolsky
versions:  -Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10953>
_______________________________________


More information about the Python-bugs-list mailing list