Pillow/Tests/32bit_segfault_test.py
2014-07-05 15:08:11 -07:00

11 lines
107 B
Python

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