mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Make life easier for non-CPython implementations.
This commit is contained in:
		
							parent
							
								
									d4814bfa23
								
							
						
					
					
						commit
						b006fcc30c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -308,7 +308,7 @@ def _siftup(heap, pos): | ||||||
| 
 | 
 | ||||||
| # If available, use C implementation | # If available, use C implementation | ||||||
| try: | try: | ||||||
|     from _heapq import heappush, heappop, heapify, heapreplace, nlargest, nsmallest, heappushpop |     from _heapq import * | ||||||
| except ImportError: | except ImportError: | ||||||
|     pass |     pass | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Raymond Hettinger
						Raymond Hettinger