mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	merge from trunk
This commit is contained in:
		
							parent
							
								
									2d8dcdcb06
								
							
						
					
					
						commit
						f10a79aad4
					
				
					 40 changed files with 621 additions and 305 deletions
				
			
		| 
						 | 
				
			
			@ -8,9 +8,9 @@
 | 
			
		|||
PORT = None
 | 
			
		||||
 | 
			
		||||
def server(evt, numrequests):
 | 
			
		||||
    try:
 | 
			
		||||
        serv = DocXMLRPCServer(("localhost", 0), logRequests=False)
 | 
			
		||||
    serv = DocXMLRPCServer(("localhost", 0), logRequests=False)
 | 
			
		||||
 | 
			
		||||
    try:
 | 
			
		||||
        global PORT
 | 
			
		||||
        PORT = serv.socket.getsockname()[1]
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue