[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3666 fix position of function creation

2022-02-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 8b4601aa by Carl Friedrich Bolz-Tereick at 2022-02-08T10:23:08+01:00 #3666 fix position of function creation --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/interpreter/astcompiler/codegen.py - pypy/i

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: don't redefine or prematurely define _XOPEN_SOURCE (ncurses-config --cflags would define it)

2022-02-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 3262a290 by Matti Picus at 2022-02-08T11:22:55+02:00 don't redefine or prematurely define _XOPEN_SOURCE (ncurses-config --cflags would define it) - - - - - f0d4e578 by Matti Picus at 2022-02-08T12:46:36+02:00 avoid using epo

[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3662: follow the CPython logic more precisely, about when to do a line trace

2022-02-08 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: bc1e058d by Carl Friedrich Bolz-Tereick at 2022-02-08T13:34:17+01:00 #3662: follow the CPython logic more precisely, about when to do a line trace after reraising --HG-- branch : py3.9 - - - - - 3 changed file

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix memory leak

2022-02-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a8866e2f by Matti Picus at 2022-02-08T14:28:53+02:00 fix memory leak - - - - - a9655d9a by Matti Picus at 2022-02-08T14:52:57+02:00 update release note - - - - - 2 changed files: - pypy/doc/release-v7.3.8.rst - pypy/module

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 7 commits: do not redefine PY_UINT32_T when using cpyext and rpython

2022-02-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 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 - - - - - 3262

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

2022-02-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6c665b49 by Carl Friedrich Bolz-Tereick at 2022-01-27T11:36:16+01:00 mention the **kwargs speed regression - - - - - 755aa090 by Christian Tismer at 2022-02-04T00:36:54+02:00 update bundled setuptools to 58.1.0 to get fix for ne

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

2022-02-08 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 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 - - - - - 3d25acdf by Matti Picus at