Skip to content

Commit 58bbd08

Browse files
committed
fix comment
1 parent 018307f commit 58bbd08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test_timestamp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,6 @@ def test_pack_datetime_without_tzinfo():
179179

180180

181181
def test_too_large_timestamp():
182-
# timestamp64 format が大きすぎるとき、int64 ->int32 変換でdatetime型への変換が失敗する。
182+
# When timestamp64 is too large, conversion to datetime fails due to int64 -> int32 conversion.
183+
# https://github.com/msgpack/msgpack-python/issues/696
183184
print(msgpack.unpackb(b"\xd7\xff" + b"\x00" * 8, timestamp=3))

0 commit comments

Comments
 (0)