goshut
goshut
### Description / Steps to reproduce the issue ```python import os import sys import subprocess import logging import time filename = r"D:\test\c++test\VC_c++_test\example\中文.c" filename_base, extension = os.path.splitext(filename) compiler = "D:\\tool\\gcc_huanjing\\msys64\\ucrt64\\bin\\gcc.exe" subprocess.Popen(...
**Googletrans version:** - [x] **4.0.0rc1** - [ ] **3.1.0a0** - [ ] **3.0.0** - [ ] **2.x** **I'm submitting a ...** - [x] bug report - [ ] feature request...
### Description When the server restarts quickly, clients maintaining SSE connections from previous sessions receive RuntimeError: RuntimeError: Received request before initialization was complete. The root cause is: Session State Persistence...
修复cmake在初次构建时,会因没有目录而报错退出的错误 ### PR Category ### PR Types Bug fixes ### Description cmake初次构建时遇到错误: File "D:\c_raw\paddle_git\Paddle\paddle\fluid\operators\generator\parse_op.py", line 47, in main(args.op_yaml_path, args.output_path, args.backward) File "D:\c_raw\paddle_git\Paddle\paddle\fluid\operators\generator\parse_op.py", line 32, in main with open(output_path, "wt") as...