[py-svn] r51194 - in py/branch/bugfix-0.9.0: . py/execnet

hpk at codespeak.net hpk at codespeak.net
Fri Feb 1 22:50:58 CET 2008


Author: hpk
Date: Fri Feb  1 22:50:56 2008
New Revision: 51194

Added:
   py/branch/bugfix-0.9.0/
      - copied from r50525, py/release/0.9.0/
Modified:
   py/branch/bugfix-0.9.0/py/execnet/gateway.py
Log:
* branching off 0.9.0 for bugfixing purposes 
* setting debug to true for execnet 


Modified: py/branch/bugfix-0.9.0/py/execnet/gateway.py
==============================================================================
--- py/release/0.9.0/py/execnet/gateway.py	(original)
+++ py/branch/bugfix-0.9.0/py/execnet/gateway.py	Fri Feb  1 22:50:56 2008
@@ -26,7 +26,7 @@
     NamedThreadPool = py._thread.NamedThreadPool 
 
 import os
-debug = 0 # open('/tmp/execnet-debug-%d' % os.getpid()  , 'wa')
+debug = open('/tmp/execnet-debug-%d' % os.getpid()  , 'wa')
 
 sysex = (KeyboardInterrupt, SystemExit)
 



More information about the pytest-commit mailing list