diff options
author | Anthon van der Neut <anthon@mnt.org> | 2017-08-01 21:25:39 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2017-08-01 21:25:39 +0200 |
commit | 9fc9d66d852278f6106f3057bf4317b9b3158fab (patch) | |
tree | 887ed2390c9d6c8272bede43af5d08df3b3d07d1 /CHANGES | |
parent | c578a31b464e7dbabe521010937b28b657d9ca2b (diff) | |
download | ruamel.yaml-9fc9d66d852278f6106f3057bf4317b9b3158fab.tar.gz |
fix issue #144: integer overflow on 2.7 (reported by ccatterina)0.15.23
I added a test loading 9223372036854775808 as sys.maxint on my development system is larger
than the problematic value reported (on Raspberry Pi)
If this change solves the issue then please change the status to closed.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +[0, 15, 23]: 2017-08-01 + - fix for round_tripping integers on 2.7.X > sys.maxint (reported by ccatterina) + [0, 15, 22]: 2017-07-28 - fix for round_tripping singe excl. mark tags doubling (reported and fix by Jan Brezina) |