New issue 2139: Fatal RPython error: ResumeDataVirtualAdder_finish
https://bitbucket.org/pypy/pypy/issues/2139/fatal-rpython-error
CTPaHHuK-HEbA:
After 2.6.1 often crash pypy, never before 2.6.0
Regularityof could not be detected. Test: it may be all well and may be falling.
Unittest, big array
New issue 2338: Windows(Pillow) APPCRASH
https://bitbucket.org/pypy/pypy/issues/2338/windows-pillow-appcrash
CTPaHHuK-HEbA:
After [C-API Support
update](https://morepypy.blogspot.com/2016/02/c-api-support-update.html) pypy
crash in Windows 7 x64 if use Pillow
```
#!python
from PIL import
New issue 2521: Pillow ImportError
https://bitbucket.org/pypy/pypy/issues/2521/pillow-importerror
CTPaHHuK-HEbA:
After update PyPy2.7 5.6.0 to 5.7.0
File "I:\get.py", line 17, in
from PIL import Image, ImageGrab
File "C:\Python27\pypy\site-packages\PIL\Image.py", l
New issue 2603: Pillow Windows - reduce
https://bitbucket.org/pypy/pypy/issues/2603/pillow-windows-reduce
CTPaHHuK-HEbA NA:
timeit.timeit('PIL.ImageGrab.grab()', 'import PIL', number=100)
Python 2.7.13: 4.14 sec
PyPy 5.8.0: 6.75 sec
-40%