parent
							
								
									4369c65790
								
							
						
					
					
						commit
						9018fe40e3
					
				|  | @ -25,11 +25,11 @@ if 'ThreadOut' not in globals(): | ||||||
|     ThreadOut = py._thread.ThreadOut  |     ThreadOut = py._thread.ThreadOut  | ||||||
| 
 | 
 | ||||||
| if sys.version_info > (3, 0): | if sys.version_info > (3, 0): | ||||||
|     exec """def do_exec(co, loc): |     exec("""def do_exec(co, loc): | ||||||
|     exec(co, loc)""" |     exec(co, loc)""") | ||||||
| else: | else: | ||||||
|     exec """def do_exec(co, loc): |     exec("""def do_exec(co, loc): | ||||||
|     exec co in loc""" |     exec co in loc""") | ||||||
| 
 | 
 | ||||||
| import os | import os | ||||||
| debug = 0 # open('/tmp/execnet-debug-%d' % os.getpid()  , 'wa') | debug = 0 # open('/tmp/execnet-debug-%d' % os.getpid()  , 'wa') | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue