mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Previously, unicode_errors was either set to NULL or to the result of PyBytes_AsString. This restores that behavior while also keeping the existing NULL default behavior. Original defaults were restored to keep API compatibility until these deprecated options are finally removed. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _packer.pyx | ||
| _unpacker.pyx | ||
| _version.py | ||
| exceptions.py | ||
| fallback.py | ||
| pack.h | ||
| pack_template.h | ||
| sysdep.h | ||
| unpack.h | ||
| unpack_define.h | ||
| unpack_template.h | ||