mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	return 0 on misses, not -1.
This commit is contained in:
		
							parent
							
								
									f178e5c1b7
								
							
						
					
					
						commit
						7763351808
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -172,7 +172,7 @@ LOCAL(int) unicode_member(Py_UNICODE chr, Py_UNICODE* set, Py_ssize_t setlen) | |||
|         if (set[i] == chr) | ||||
|             return 1; | ||||
| 
 | ||||
|     return -1; | ||||
|     return 0; | ||||
| } | ||||
| 
 | ||||
| #define BLOOM_MEMBER(mask, chr, set, setlen)\ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fredrik Lundh
						Fredrik Lundh