mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Add useless 'return 1' to prtrace() to shut up VC++.
This commit is contained in:
		
							parent
							
								
									4951782178
								
							
						
					
					
						commit
						cc229ea76f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -2176,6 +2176,7 @@ prtrace(v, str) | |||
| 	if (PyObject_Print(v, stdout, 0) != 0) | ||||
| 		PyErr_Clear(); /* Don't know what else to do */ | ||||
| 	printf("\n"); | ||||
| 	return 1; | ||||
| } | ||||
| #endif | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum