Commit Graph
2 Commits
Author SHA1 Message Date
Khem Raj 970c6b66b9 python3-orjson: skip OOM-prone/unrelated tests on memory-constrained target
test_dict_empty round-trips a 4096x4096 nested structure through JSON,
materializing ~16.7M real dict objects on loads() (~900MB+ RSS), which
gets OOM-killed on the memory-constrained qemu ptest target.

test_fake.py instantiates Faker with 9 locales at once, pulling in a
similarly large amount of locale provider data, for what is a
Unicode-robustness smoke test rather than core JSON logic.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2026-08-29 21:43:04 -07:00
Khem Raj c6abe6c8b0 python3-orjson: Upgrade to 3.11.9
Depends on rust 1.95 and fix building with rust 1.95

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-05-21 10:01:22 -07:00