py3.6 is missing this attr

reliable_cancel_tests
Tyler Goodlet 2018-08-19 16:11:57 -04:00
parent a64c2a70bd
commit 996ad891f4
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ SIGNED_STRUCT = struct.Struct('q') # large enough for pid_t
class PatchedForkServer(ForkServer):
_forkserver_pid = None
def connect_to_new_process(self, fds):
'''Request forkserver to create a child process.