I'm encountering a consistent segmentation fault when trying to use bun_python with Bun's hot reload feature (bun run --hot index.ts). My index.ts file looks like this: import { python } from ...