From [codes](https://github.com/alibaba/pemja/blob/main/src/main/java/pemja/core/PythonInterpreter.java) in PythonInterpreter, the MainInterpreter implements Serializable but has non-serializable `CountDownLatch` fields. The codes may break the `Serializable` interface semantics.