Files
automatic/test
CalamitousFelicitousness 6d5c63d9fe fix(hashes): snapshot the stores under a lock before saving the cache
save_cache handed writefile the live HashStore objects, so an add_hash
from another thread during the deep copy raised "dictionary changed
size during iteration" and dropped the save. The stores are now copied
under a lock that also covers the write, so a later save never lands
under an earlier snapshot.
2026-09-13 20:35:37 +01:00
..
2026-02-10 14:31:53 +01:00
2026-04-21 19:24:24 +02:00
2026-08-16 12:45:50 +02:00
2026-04-01 10:29:08 +02:00
2026-08-17 14:35:52 +02:00
2026-07-04 15:26:36 +02:00