You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2017/10/13 11:03:00 UTC

[jira] [Created] (TINKERPOP-1799) Failure to serialize path() in gremlin-python

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)