msgpack-python/msgpack
2026-06-11 12:29:41 +09:00
..
__init__.py release v1.2.0 (#692) 2026-06-11 12:29:41 +09:00
_cmsgpack.pyx cython: freethreading_compatible (#654) 2025-10-09 15:53:08 +09:00
_packer.pyx Guard Packer buffer protocol hooks with Cython critical sections (#686) 2026-06-03 16:22:40 +09:00
_unpacker.pyx Harden Unpacker.__init__ re-entry cleanup to prevent buffer/context leaks (#687) 2026-06-03 16:40:16 +09:00
exceptions.py Add StackError and FormatError (#331) 2018-11-20 13:12:49 +09:00
ext.py Fix Timestamp.from_datetime returning wrong value for pre-epoch datetimes (#662) 2026-06-02 21:41:52 +09:00
fallback.py fix: use-after-free in get_data_from_buffer (#677) 2026-06-03 00:21:59 +09:00
pack.h cython: better exception handling (#606) 2024-05-06 02:13:12 +09:00
pack_template.h fix: properly handle return codes in pack_timestamp (#672) 2026-05-24 01:48:01 +09:00
sysdep.h Fix build error caused by ntohs, ntohl (#514) 2022-08-08 15:08:40 +09:00
unpack.h fix: check return code in unpack_callback_int64 (#665) 2026-04-21 18:27:11 +09:00
unpack_container_header.h fix: check unpack_callback_uint32 result (#666) 2026-04-21 16:22:06 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h fix: avoid memory leak when decoding invalid nested arrays (#671) 2026-05-27 18:04:24 +09:00