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.
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
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
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