Pillow/Tests/32bit_segfault_test.py

8 lines
91 B
Python
Raw Normal View History

2014-07-06 02:08:11 +04:00
#!/usr/bin/env python
from PIL import Image
im = Image.new('L', (999999, 999999), 0)