Github user VivienGiraud commented on the issue:
https://github.com/apache/tinkerpop/pull/854
Hi,
We hit the same problem, so we rose the recursion limit :
> from sys import setrecursionlimit
> setrecursionlimit(20000)
But to be honest we are afraid it could crash as we use it in AWS Lambda
(Limited environnement).
Any idea on ETA? Next release date?
Thanks everyone---
