We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e369d5e commit 590f446Copy full SHA for 590f446
1 file changed
Lib/multiprocessing/popen_forkserver.py
@@ -53,7 +53,7 @@ def _launch(self, process_obj):
53
# parent process used by the child process.
54
_parent_w = os.dup(w)
55
self.finalizer = util.Finalize(self, util.close_fds,
56
- (_parent_w, self.sentinel))
+ (_parent_w, self.sentinel))._key
57
with open(w, 'wb', closefd=True) as f:
58
f.write(buf.getbuffer())
59
self.pid = forkserver.read_signed(self.sentinel)
0 commit comments