Commit 0eb31dcd authored by Robert Bradshaw's avatar Robert Bradshaw

Remove backwards incompatable change to string identifiers.

parent 7023413e
......@@ -914,7 +914,7 @@ class StringNode(PyConstNode):
# is_identifier boolean
type = str_type
is_identifier = False
is_identifier = None
def coerce_to(self, dst_type, env):
if dst_type is not py_object_type and dst_type is not str_type:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment