1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-14 16:46:21 +02:00
ultrajson/python
JustAnotherArchivist b3f8754c8a Fix segmentation faults when handling unserialisable objects
Errors during `__repr__` itself as well as ones during the conversion to a bytes object were not handled, resulting in NULL pointer dereferencing.

Cf. #382
2022-04-18 12:20:18 +01:00
..
JSONtoObj.c Fix nan bug in pandas port 2022-04-04 13:56:19 -04:00
objToJSON.c Fix segmentation faults when handling unserialisable objects 2022-04-18 12:20:18 +01:00
ujson.c Raise JSONDecodeError in place of ValueError on failed decode (#498) 2022-02-05 20:39:05 +00:00
ujson.h Raise JSONDecodeError in place of ValueError on failed decode (#498) 2022-02-05 20:39:05 +00:00
version_template.h Lint trailing-whitespace 2020-05-12 09:21:45 +03:00