[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: CPyext: Forward port METH_FASTCALL from merge request !784

2021-01-10 Thread Matti Picus
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: AST: Implement ast.Constant.kind (for type checkers)

2021-01-10 Thread Carl Friedrich Bolz-Tereick
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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix failing test

2021-01-10 Thread Matti Picus
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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix #3380: the evaluation order of keys and values of large dict literals was

2021-01-10 Thread Carl Friedrich Bolz-Tereick
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

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 37 commits: CPyext: Implement METH_FASTCALL

2021-01-10 Thread Carl Friedrich Bolz-Tereick
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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] LDLIBRARY is used by posgresql

2021-01-10 Thread Matti Picus
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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] apply distutils.patch from (misnamed) conda-forge pypy3.6-feedstock

2021-01-10 Thread Matti Picus
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