[pypy-commit] pypy default: this enables building opencv2 since they use these macros

2019-05-12 Thread mattip
Author: Matti Picus Branch: Changeset: r96608:3175515ea703 Date: 2019-05-12 20:19 -0700 http://bitbucket.org/pypy/pypy/changeset/3175515ea703/ Log:this enables building opencv2 since they use these macros diff --git a/pypy/module/cpyext/include/object.h b/pypy/module/cpyext/include/object.

[pypy-commit] pypy fix-literal-prev_digit-underscore: Fix a crash on literals like 0xffff_ffff_ff20_0000.

2019-05-12 Thread whitequark
Author: whitequark Branch: fix-literal-prev_digit-underscore Changeset: r96607:2c00b58bf83c Date: 2019-05-13 03:34 + http://bitbucket.org/pypy/pypy/changeset/2c00b58bf83c/ Log:Fix a crash on literals like 0x__ff20_. diff --git a/pypy/interpreter/astcompiler/test/test_compiler

[pypy-commit] pypy default: add some pieces needed to start building opencv-python with scikit-build

2019-05-12 Thread mattip
Author: Matti Picus Branch: Changeset: r96606:b746e83d4c54 Date: 2019-05-12 19:30 -0700 http://bitbucket.org/pypy/pypy/changeset/b746e83d4c54/ Log:add some pieces needed to start building opencv-python with scikit- build diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib

[pypy-commit] pypy default: actually test before committing

2019-05-12 Thread mattip
Author: Matti Picus Branch: Changeset: r96605:ad8eb33a762d Date: 2019-05-12 18:12 -0700 http://bitbucket.org/pypy/pypy/changeset/ad8eb33a762d/ Log:actually test before committing diff --git a/rpython/translator/c/gc.py b/rpython/translator/c/gc.py --- a/rpython/translator/c/gc.py +++ b/rpyt