mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	gh-87390: Fix starred tuple equality and pickling (GH-92337)
This commit is contained in:
		
							parent
							
								
									354ab7a5c8
								
							
						
					
					
						commit
						1ed8d035f1
					
				
					 4 changed files with 31 additions and 0 deletions
				
			
		|  | @ -923,6 +923,7 @@ extern "C" { | |||
|                 INIT_ID(n_unnamed_fields), \ | ||||
|                 INIT_ID(name), \ | ||||
|                 INIT_ID(newlines), \ | ||||
|                 INIT_ID(next), \ | ||||
|                 INIT_ID(obj), \ | ||||
|                 INIT_ID(offset), \ | ||||
|                 INIT_ID(onceregistry), \ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Serhiy Storchaka
						Serhiy Storchaka