[pypy-commit] [Git][pypy/pypy][branch/default] I *think* rbigint is broken if compiling on a 64-bit platform with no 128-bit

2020-07-02 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 6794e84e by Armin Rigo at 2020-07-02T15:32:45+02:00 I *think* rbigint is broken if compiling on a 64-bit platform with no 128-bit integer type. - - - - - 1 changed file: - rpython/rlib/rbigint.py View it on GitLab: https:

[pypy-commit] [Git][pypy/pypy] Pushed new branch topic/default/hpy-backports

2020-07-02 Thread Ronan Lamy
Ronan Lamy pushed new branch topic/default/hpy-backports at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/topic/default/hpy-backports You're receiving this email because of your account on foss.heptapod.net. ___ pypy-

[pypy-commit] [Git][pypy/pypy][topic/default/hpy-backports] (ronan, arigo)

2020-07-02 Thread Ronan Lamy
Ronan Lamy pushed to branch topic/default/hpy-backports at PyPy / pypy Commits: be79be17 by Armin Rigo at 2019-11-16T17:55:57+01:00 (ronan, arigo) Don't call PyErr_Occurred() when its result is not needed (grafted from 30944126f7e1a268cc9a1ac6e24f9b014f46b362) - - - - - 1 changed file: - p

[pypy-commit] [Git][pypy/pypy] Deleted branch topic/default/hpy-backports

2020-07-02 Thread Ronan Lamy
Ronan Lamy deleted branch topic/default/hpy-backports at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-comm

[pypy-commit] [Git][pypy/pypy][branch/default] 6 commits: Introduce rffi.constcharp2str, and improve the repr of low-level array

2020-07-02 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: d507b530 by Antonio Cuni at 2019-11-22T12:06:26+01:00 Introduce rffi.constcharp2str, and improve the repr of low-level array types. Previously, you got annotation errors like this, which were VERY confusing: * UnionError:

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 15 commits: A branch to remove all implicit str-unicode conversions in RPython

2020-07-02 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/py3.6 at PyPy / pypy Commits: a8a77a88 by Ronan Lamy at 2020-06-24T18:27:24+01:00 A branch to remove all implicit str-unicode conversions in RPython --HG-- branch : no-str-unicode-union - - - - - 0840cd16 by Ronan Lamy at 2016-09-04T16:27:31+01:00 Disallow u