mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	#11565: Merge with 3.2.
This commit is contained in:
		
						commit
						b88ed1549e
					
				
					 93 changed files with 124 additions and 124 deletions
				
			
		|  | @ -26,7 +26,7 @@ | |||
| 
 | ||||
| typedef unsigned long long uint64; | ||||
| 
 | ||||
| /* PowerPC suppport.
 | ||||
| /* PowerPC support.
 | ||||
|    "__ppc__" appears to be the preprocessor definition to detect on OS X, whereas | ||||
|    "__powerpc__" appears to be the correct one for Linux with GCC | ||||
| */ | ||||
|  | @ -1266,7 +1266,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag) | |||
|         if (_Py_atomic_load_relaxed(&eval_breaker)) { | ||||
|             if (*next_instr == SETUP_FINALLY) { | ||||
|                 /* Make the last opcode before
 | ||||
|                    a try: finally: block uninterruptable. */ | ||||
|                    a try: finally: block uninterruptible. */ | ||||
|                 goto fast_next_opcode; | ||||
|             } | ||||
|             tstate->tick_counter++; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ezio Melotti
						Ezio Melotti