[root@mx03 site-packages]# patch -p1 -i /home/baruwa/subprocess_timeout.patch 
patching file eventlet/green/subprocess.py
Hunk #1 FAILED at 32. 1 out of 1 hunk FAILED -- saving rejects to file 
eventlet/green/subprocess.py.rej

[root@mx03 site-packages]# cat eventlet/green/subprocess.py.rej
--- eventlet/green/subprocess.py Tue Apr 19 09:51:35 2011 -0700
+++ eventlet/green/subprocess.py Thu May 26 09:56:14 2011 +1000
@@ -32,7 +32,7 @@
                     setattr(self, attr, wrapped_pipe)
         __init__.__doc__ = subprocess_orig.Popen.__init__.__doc__

-    def wait(self, check_interval=0.01):
+    def wait(self, check_interval=0.01, timeout=None):
         # Instead of a blocking OS call, this version of wait() uses logic
         # borrowed from the eventlet 0.2 processes.Process.wait() method.
         try:


--
Jeremy McSpadden
Flux Labs, Inc | http://www.fluxlabs.net<http://www.fluxlabs.net/> | Endless 
Solutions
Office : 850-250-5590x101<tel:850-250-5590;101> | Cell : 
850-890-2543<tel:850-890-2543> | Fax : 850-254-2955<tel:850-254-2955>

_______________________________________________
http://pledgie.com/campaigns/12056

Reply via email to