mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	gh-124502: Add PyUnicode_Equal() function (#124504)
This commit is contained in:
		
							parent
							
								
									c5df1cb7bd
								
							
						
					
					
						commit
						a7f0727ca5
					
				
					 11 changed files with 111 additions and 2 deletions
				
			
		
							
								
								
									
										1
									
								
								PC/python3dll.c
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								PC/python3dll.c
									
										
									
										generated
									
									
									
								
							|  | @ -717,6 +717,7 @@ EXPORT_FUNC(PyUnicode_DecodeUTF8Stateful) | |||
| EXPORT_FUNC(PyUnicode_EncodeCodePage) | ||||
| EXPORT_FUNC(PyUnicode_EncodeFSDefault) | ||||
| EXPORT_FUNC(PyUnicode_EncodeLocale) | ||||
| EXPORT_FUNC(PyUnicode_Equal) | ||||
| EXPORT_FUNC(PyUnicode_EqualToUTF8) | ||||
| EXPORT_FUNC(PyUnicode_EqualToUTF8AndSize) | ||||
| EXPORT_FUNC(PyUnicode_Find) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner