Fix long fields stored as int32 in Python 3. issue #1253

This commit is contained in:
Gilbert Gilb's
2016-03-15 14:34:22 +01:00
committed by Gilb's
parent c6cc0133b3
commit 7cc1a4eba0
3 changed files with 19 additions and 1 deletions

View File

@@ -235,3 +235,4 @@ that much better:
* Steven Rossiter (https://github.com/BeardedSteve)
* Luo Peng (https://github.com/RussellLuo)
* Bryan Bennett (https://github.com/bbenne10)
* Gilb's Gilb's (https://github.com/gilbsgilbs)