mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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