3.10.8
Changed
int
serialization no longer chainsOverflowError
to the
the__cause__
attribute oforjson.JSONEncodeError
when range exceeded.- Compatibility with CPython 3.14 alpha 1.
- Improve performance.
int
serialization no longer chains OverflowError
to the__cause__
attribute of orjson.JSONEncodeError
when range exceeded.