TheRealMcoy

Results 1 issues of TheRealMcoy

This library appears to leak memory in Unpacker method under Python 3.12.1 reproducer script: ``` import msgpack from io import BytesIO while True: buf = BytesIO() for i in range(100):...