mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Cython implementation still used datetime.from_timestamp method, which does not work on windows. Update the cython implementation to use utc time and delta and add a regression test to highlight the issue. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _cmsgpack.pyx | ||
| _packer.pyx | ||
| _unpacker.pyx | ||
| _version.py | ||
| buff_converter.h | ||
| exceptions.py | ||
| ext.py | ||
| fallback.py | ||
| pack.h | ||
| pack_template.h | ||
| sysdep.h | ||
| unpack.h | ||
| unpack_define.h | ||
| unpack_template.h | ||