[pypy-commit] pypy py3.5: Fix for cpyext test_translate when run after test_buffer. Not sure why

2018-08-27 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95032:06709625320e Date: 2018-08-27 22:23 +0200 http://bitbucket.org/pypy/pypy/changeset/06709625320e/ Log:Fix for cpyext test_translate when run after test_buffer. Not sure why but it must be something like the thread support in the

[pypy-commit] pypy py3.5: Skip this test unless run in -A mode (again, not completely sure I understand everything but it's messy)

2018-08-27 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r95033:530cd9055fea Date: 2018-08-27 23:02 +0200 http://bitbucket.org/pypy/pypy/changeset/530cd9055fea/ Log:Skip this test unless run in -A mode (again, not completely sure I understand everything but it's messy) diff --git a/pypy/module/cp