[New-bugs-announce] [issue13536] ast.literal_eval fails on sets

Alex Gaynor report at bugs.python.org
Tue Dec 6 02:02:40 CET 2011


New submission from Alex Gaynor <alex.gaynor at gmail.com>:

In 2.7 ast.literal_eval blows up with a set for input:


>>> import ast
>>> ast.literal_eval("{1}")

----------
messages: 148897
nosy: alex
priority: low
severity: normal
status: open
title: ast.literal_eval fails on sets
versions: Python 2.7

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


More information about the New-bugs-announce mailing list