GitHub user davebshow opened a pull request:
https://github.com/apache/tinkerpop/pull/505
TINKERPOP-1561 gremiln-python GraphSONWriter doesn't properly serialize
long in Python 3.5
https://issues.apache.org/jira/browse/TINKERPOP-1561
Added custom `dictify()` method to `Int32IO` that checks for long type.
This ensures proper serialization of `long` when using Python 3. Originally in
the Jira ticket I proposed a different approach, but after looking more closely
this is the simplest approach.
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1561
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/505.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #505
----
commit 8ab88820b263fa3d800fbf38bebf2a4232a01607
Author: davebshow <[email protected]>
Date: 2016-11-26T19:43:54Z
check for long type in Int32 serializer
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---