Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit ae209fb

Browse files
Add PR link
1 parent aaf6ed3 commit ae209fb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/test_discrepancy.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
def test_exceed_max_buffer_size(use_unpack):
1313
"""The C extension used to have a bug: when reading objects that require
1414
a buffer bigger than max_buffer_size it would behave as if there is not
15-
enough data"""
15+
enough data
16+
17+
See https://github.com/msgpack/msgpack-python/pull/464#issuecomment-786457374
18+
"""
1619
buffer_size = 11
1720
max_buffer_size = 10
1821
f = io.BytesIO(b"\xc6" + buffer_size.to_bytes(4, "big") + b"z" * buffer_size)

0 commit comments

Comments
 (0)