We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debb30e commit 0d0237bCopy full SHA for 0d0237b
1 file changed
paimon_python_java/gateway_server.py
@@ -63,6 +63,7 @@ def launch_gateway_server_process(env):
63
*main_args
64
]
65
66
+ preexec_fn = None
67
if not on_windows():
68
def preexec_func():
69
# ignore ctrl-c / SIGINT
0 commit comments