mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	bpo-32670: Enforce PEP 479. (#5327)
This commit is contained in:
		
							parent
							
								
									dba976b8a2
								
							
						
					
					
						commit
						43c47fe096
					
				
					 7 changed files with 38 additions and 80 deletions
				
			
		|  | @ -41,7 +41,7 @@ future_check_features(PyFutureFeatures *ff, stmt_ty s, PyObject *filename) | |||
|         } else if (strcmp(feature, FUTURE_BARRY_AS_BDFL) == 0) { | ||||
|             ff->ff_features |= CO_FUTURE_BARRY_AS_BDFL; | ||||
|         } else if (strcmp(feature, FUTURE_GENERATOR_STOP) == 0) { | ||||
|             ff->ff_features |= CO_FUTURE_GENERATOR_STOP; | ||||
|             continue; | ||||
|         } else if (strcmp(feature, FUTURE_ANNOTATIONS) == 0) { | ||||
|             ff->ff_features |= CO_FUTURE_ANNOTATIONS; | ||||
|         } else if (strcmp(feature, "braces") == 0) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yury Selivanov
						Yury Selivanov