[
https://issues.apache.org/jira/browse/TINKERPOP-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16212751#comment-16212751
]
ASF GitHub Bot commented on TINKERPOP-1799:
-------------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/732
> 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)