mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	There were really two issues
This commit is contained in:
		
							parent
							
								
									0cbd805a10
								
							
						
					
					
						commit
						9a70f95ee8
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -62,7 +62,8 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *); | |||
|        Python 2.5a0: 62092 (changed WITH_CLEANUP opcode) | ||||
|        Python 2.5b3: 62101 (fix wrong code: for x, in ...) | ||||
|        Python 2.5b3: 62111 (fix wrong code: x += yield) | ||||
|        Python 2.5c1: 62121 (fix wrong lnotab with for loops) | ||||
|        Python 2.5c1: 62121 (fix wrong lnotab with for loops and | ||||
|        			    storing constants that should have been removed) | ||||
| . | ||||
| */ | ||||
| #define MAGIC (62121 | ((long)'\r'<<16) | ((long)'\n'<<24)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neal Norwitz
						Neal Norwitz