Python 3.14 comes with a new remote execution model via sys.remote_exec().
I have done a small PoC where I could attach to a running pid that contains arrow data and can serialize this into ipc and inspect it, this could potentially be useful for debugging but is slightly outside of the current scope of the project and feels slightly hacky at the moment.