[pypy-commit] [Git][pypy/pypy][branch/py3.9] fix offset computation of non-ascii SyntaxError

2022-02-07 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 6278f162 by Carl Friedrich Bolz-Tereick at 2022-02-06T20:22:47+01:00 fix offset computation of non-ascii SyntaxError (remove usage of rpython unicode in the process (!)) --HG-- branch : py3.9 - - - - - 3 chan

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: issue #3665: fix oddity in class docstring line numbers

2022-02-07 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 890a2a54 by Carl Friedrich Bolz-Tereick at 2022-02-07T12:18:47+01:00 issue #3665: fix oddity in class docstring line numbers --HG-- branch : py3.9 - - - - - 8f8a1c4c by Carl Friedrich Bolz-Tereick at 2022-02-07T

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: mention the **kwargs speed regression

2022-02-07 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 6c665b49 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:36:16+01:00 mention the **kwargs speed regression - - - - - 7b9c109f by Carl Friedrich Bolz-Tereick at 2022-02-07T20:42:38+01:00 #3667: improve x << y wh

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: mention the **kwargs speed regression

2022-02-07 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 6c665b49 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:36:16+01:00 mention the **kwargs speed regression - - - - - d87a6130 by Matti Picus at 2022-02-04T09:44:51+02:00 update release note - - - - - 4d4fd571 by

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: clean up some char * -> const char *

2022-02-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 33f3dfc9 by Matti Picus at 2022-02-07T23:34:16+02:00 clean up some char * -> const char * - - - - - 1bfd5d20 by Matti Picus at 2022-02-07T17:08:55+02:00 flags are int, not long - - - - - 4 changed files: - pypy/module/cpye

[pypy-commit] [Git][pypy/pypy][branch/default] fix translation

2022-02-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 537f60da by Matti Picus at 2022-02-07T23:41:53+02:00 fix translation - - - - - 1 changed file: - rpython/rlib/_rsocket_rffi.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/537f60da6a2f57d4a46d4835edf

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: clean up some char * -> const char *

2022-02-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 33f3dfc9 by Matti Picus at 2022-02-07T23:34:16+02:00 clean up some char * -> const char * - - - - - 1bfd5d20 by Matti Picus at 2022-02-07T17:08:55+02:00 flags are int, not long - - - - - 537f60da by Matti Picus at 2022-02-07T23

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: do not redefine PY_UINT32_T when using cpyext and rpython

2022-02-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d5ea9f08 by Matti Picus at 2022-02-08T07:48:59+02:00 do not redefine PY_UINT32_T when using cpyext and rpython - - - - - 8abf749a by Matti Picus at 2022-02-08T07:49:28+02:00 test, fix pyexpat error msg conversion - - - - -