Don't serialize MLIR modules unnecessarily when passing them to the Python bindings.
We used to do this because the MLIR generated by the Python MLIR extensions belonged to a different C++ extension than the compiler. But since we switched over to using the pywrap rules this is no longer true and we can just pass the unserialized module.
PiperOrigin-RevId: 811346455