angr/tests/knowledge_plugins/rtdb
Fish f9c21658cc
RuntimeDb: Cleanup at process exit. (#6596)
CPython does not guarantee that __del__ runs at interpreter shutdown, so
RuntimeDb.cleanup() could be skipped, leaving *_angr_rtdb directories on disk.
This PR introducts an atexit hook that cleans up all live RuntimeDb instances.
2026-07-09 01:26:21 -07:00
..
__init__.py RuntimeDb: Cleanup at process exit. (#6596) 2026-07-09 01:26:21 -07:00
test_rtdb_cleanup.py RuntimeDb: Cleanup at process exit. (#6596) 2026-07-09 01:26:21 -07:00