[pypy-commit] [Git][pypy/pypy][branch/py3.7] another subtlely around subclasses of Decimal

2020-03-23 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: ac2efd08 by Carl Friedrich Bolz-Tereick at 2020-03-23T13:08:07+01:00 another subtlely around subclasses of Decimal --HG-- branch : py3.7 - - - - - 2 changed files: - extra_tests/test_decimal.py - lib_pypy/_deci

[pypy-commit] [Git][pypy/pypy][branch/py3.6] Partial revert of 2daf9ca169e to avoid regression on issue #3096

2020-03-23 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: 7ba2e992 by Ronan Lamy at 2020-03-23T18:13:37+00:00 Partial revert of 2daf9ca169e to avoid regression on issue #3096 --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/interpreter/pyframe.py View it on GitLab: https://fo

[pypy-commit] [Git][pypy/pypy][branch/py3.6] Skip CPython-specific C API tests

2020-03-23 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: b8d58765 by Ronan Lamy at 2020-03-23T19:11:16+00:00 Skip CPython-specific C API tests --HG-- branch : py3.6 - - - - - 1 changed file: - lib-python/3/test/test_capi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/co

[pypy-commit] [Git][pypy/pypy][branch/py3.6] Always encode with UTF8 when passing strings to _gdbm

2020-03-23 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: aaff5d20 by Ronan Lamy at 2020-03-23T19:29:43+00:00 Always encode with UTF8 when passing strings to _gdbm --HG-- branch : py3.6 - - - - - 1 changed file: - lib_pypy/_gdbm.py View it on GitLab: https://foss.heptapod.net/pypy/

[pypy-commit] [Git][pypy/pypy][branch/py3.6] add some "#ifndef PYLIMITID_API" macros for PyDescr, used in ufal.udpipe

2020-03-23 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 50c298f1 by Matti Picus at 2020-03-23T22:34:46+02:00 add some "#ifndef PYLIMITID_API" macros for PyDescr, used in ufal.udpipe --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/module/cpyext/parse/cpyext_descrobject.h V