is there a reason why `with_executor` <https://git...
# development
h
is there a reason why
with_executor
https://github.com/pantsbuild/pants/blob/master/src/rust/engine/src/externs/interface.rs#L1778` needs to take a
PyExecutor
and not a
&PyExecutor
?
a
does it break anything when you try to fix it?