mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Test for #771, hangs in nose
This commit is contained in:
		
							parent
							
								
									1008d6a993
								
							
						
					
					
						commit
						f5931e8231
					
				
							
								
								
									
										10
									
								
								Tests/32bit_segfault_test.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Tests/32bit_segfault_test.py
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
#!/usr/bin/env python
 | 
			
		||||
 | 
			
		||||
import helper
 | 
			
		||||
 | 
			
		||||
from PIL import Image
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
im = Image.new('L', (999999, 999999), 0)
 | 
			
		||||
		
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user