We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 870891d + 58d0215 commit 1cb4284Copy full SHA for 1cb4284
execnet/gateway_bootstrap.py
@@ -75,7 +75,7 @@ def bootstrap_socket(io, id):
75
76
def sendexec(io, *sources):
77
source = "\n".join(sources)
78
- io.write((repr(source) + "\n").encode("ascii"))
+ io.write((repr(source) + "\n").encode("utf-8"))
79
80
81
def fix_pid_for_jython_popen(gw):
0 commit comments