compatibility fix for the fake iterator in ProcessWrapper
This commit is contained in:
parent
6a0424b766
commit
37371fc962
@ -32,6 +32,7 @@ class ProcessWrapper(object):
|
|||||||
return data
|
return data
|
||||||
self.close()
|
self.close()
|
||||||
raise StopIteration()
|
raise StopIteration()
|
||||||
|
__next__ = next
|
||||||
|
|
||||||
|
|
||||||
def send_process(args, pid_file):
|
def send_process(args, pid_file):
|
||||||
|
Loading…
Reference in New Issue
Block a user