mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	bpo-26564: fix obsolete comment in traceback.c (GH-23819)
(cherry picked from commit 40125ab325)
Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
			
			
This commit is contained in:
		
							parent
							
								
									8d0a01c99b
								
							
						
					
					
						commit
						1c70d40e94
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -622,7 +622,8 @@ PyTraceBack_Print(PyObject *v, PyObject *f) | ||||||
|     return err; |     return err; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /* Reverse a string. For example, "abcd" becomes "dcba".
 | /* Format an integer in range [0; 0xffffffff] to decimal and write it
 | ||||||
|  |    into the file fd. | ||||||
| 
 | 
 | ||||||
|    This function is signal safe. */ |    This function is signal safe. */ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Miss Islington (bot)
						Miss Islington (bot)