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