Pillow/Tests/32bit_segfault_check.py
2014-07-07 11:21:46 -07:00

8 lines
91 B
Python

#!/usr/bin/env python
from PIL import Image
im = Image.new('L', (999999, 999999), 0)