msgpack-python/msgpack
Victor Stinner 849c806381
Use PyFloat_Pack8() on Python 3.11a7 (#499)
Python 3.11a7 adds public functions:

* PyFloat_Pack4(), PyFloat_Pack8()
* PyFloat_Unpack4(), PyFloat_Unpack8()

https://bugs.python.org/issue46906
2022-03-14 11:23:11 +09:00
..
__init__.py Update setuptools and black (#498) 2022-03-03 12:29:55 +09:00
_cmsgpack.pyx Support datetime. (#394) 2019-12-11 23:48:16 +09:00
_packer.pyx Nicer error when packing a datetime without tzinfo (#466) 2021-11-16 17:49:47 +09:00
_unpacker.pyx cimport uint64_t instead of using ctypedef (#473) 2021-03-19 06:35:54 +09:00
buff_converter.h Drop Python 2 support from _cmsgpack (#376) 2019-11-28 20:23:34 +09:00
exceptions.py Add StackError and FormatError (#331) 2018-11-20 13:12:49 +09:00
ext.py Update setuptools and black (#498) 2022-03-03 12:29:55 +09:00
fallback.py Update setuptools and black (#498) 2022-03-03 12:29:55 +09:00
pack.h packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272) 2018-01-11 19:41:05 +09:00
pack_template.h Use PyFloat_Pack8() on Python 3.11a7 (#499) 2022-03-14 11:23:11 +09:00
sysdep.h s/\t/ /g 2013-02-27 21:24:25 +09:00
unpack.h Improve exception message relating to strict_map_key (#485) 2021-11-16 14:47:40 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h Use PyFloat_Pack8() on Python 3.11a7 (#499) 2022-03-14 11:23:11 +09:00