adding testcase for overflow

This commit is contained in:
Jayakrishna Menon 2019-03-08 14:23:48 -07:00 committed by Andrew Murray
parent 37516fb665
commit 494fb25bdb

View File

@ -0,0 +1,6 @@
from PIL import Image
import sys
if sys.maxsize < 2**32:
Image.core.set_blocks_max(2**29)