dmeranda / demjson

Python module for JSON data encoding, including jsonlint. See the project Wiki here on Github. Also read the README at the bottom of this page, or the project homepage at
http://deron.meranda.us/python/demjson/
Other
302 stars 76 forks source link

Unit test failure in 32-bit version of Python 2.x #13

Closed dmeranda closed 9 years ago

dmeranda commented 9 years ago

When running the included unit test suite, a failure is reported if running within a 32-bit version of Python 2.x. This is because a 64-bit integer value is represented with the "L" suffix in that Python environment and the unit tests are not expecting such a suffix.

This only affects the unit tests, and not the operation of demjson or jsonlint itself.

dmeranda commented 9 years ago

Fixed in commit 3264922bc3d4c639919ddb4a572028f707c4a848 — Release 2.2.3