mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 21:53:15 +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