Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
755a1cbd by Sebastian Berg at 2021-01-09T15:53:47-06:00
CPyext: Forward port METH_FASTCALL from merge request !784
This forward ports Merge request !784 to the py3.8 branch. The
Python API is stable in this regard, so that no ch
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
d2a82976 by isidentical at 2021-01-09T22:34:10+03:00
AST: Implement ast.Constant.kind (for type checkers)
--HG--
branch : constant-kind
- - - - -
e41eeca2 by isidentical at 2021-01-09T23:00:59+03:00
Use space.ne
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
43e95a95 by Matti Picus at 2021-01-10T13:15:27+02:00
fix failing test
--HG--
branch : py3.7
- - - - -
00bae7e6 by Matti Picus at 2021-01-10T19:07:27+02:00
disable WinConsoleIO (again), it still causes crashes when testing numpy
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
6d658cde by Carl Friedrich Bolz-Tereick at 2021-01-10T21:26:52+01:00
fix #3380: the evaluation order of keys and values of large dict literals was
wrong in 3.7 (in lower versions it was the same way, but in 3.7 th
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
eb984336 by Sebastian Berg at 2020-12-08T11:01:26-06:00
CPyext: Implement METH_FASTCALL
This commit adds the METH_FASTCALL method calling convention
(with the exception of omitting the `const` classifier for
the
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
425d1662 by Matti Picus at 2021-01-10T22:20:44+02:00
LDLIBRARY is used by posgresql
--HG--
branch : py3.7
- - - - -
1 changed file:
- lib_pypy/_sysconfigdata.py
View it on GitLab:
https://foss.heptapod.net/pypy/pypy/-/com
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
f5713514 by Matti Picus at 2021-01-11T09:18:30+02:00
apply distutils.patch from (misnamed) conda-forge pypy3.6-feedstock
--HG--
branch : py3.7
- - - - -
3 changed files:
- lib-python/3/distutils/sysconfig_cpython.py
- lib-py