py3.6 is missing this attr
parent
a64c2a70bd
commit
996ad891f4
|
@ -29,6 +29,8 @@ SIGNED_STRUCT = struct.Struct('q') # large enough for pid_t
|
||||||
|
|
||||||
class PatchedForkServer(ForkServer):
|
class PatchedForkServer(ForkServer):
|
||||||
|
|
||||||
|
_forkserver_pid = None
|
||||||
|
|
||||||
def connect_to_new_process(self, fds):
|
def connect_to_new_process(self, fds):
|
||||||
'''Request forkserver to create a child process.
|
'''Request forkserver to create a child process.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue