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
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
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
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
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
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
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