stephen mallette created TINKERPOP-1799:
-------------------------------------------
Summary: Failure to serialize path() in gremlin-python
Key: TINKERPOP-1799
URL: https://issues.apache.org/jira/browse/TINKERPOP-1799
Project: TinkerPop
Issue Type: Bug
Components: python
Affects Versions: 3.3.0
Reporter: stephen mallette
Assignee: stephen mallette
Priority: Critical
Fix For: 3.3.1
{code}
>>> g.V().hasLabel('person').both().path().toList()
[[u'@type', u'@value'], [u'@type', u'@value'], [u'@type', u'@value'],
[u'@type', u'@value'], [u'@type', u'@value'], [u'@type', u'@value'], [u'@type',
u'@value'], [u'@type', u'@value']]
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)