mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
2e6193e77f
Avoid triggering a flaky SIGSEGV caused by running the asyncio event loop in a thread. Switch to using `Process` which avoids the issue altogether.