[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: update cffi to latest HEAD (test for python>=3.11)

2022-03-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: cf1c68db by Matti Picus at 2022-03-06T09:53:25+02:00 update cffi to latest HEAD (test for python>=3.11) - - - - - 0b7883ab by Matti Picus at 2022-03-06T09:57:42+02:00 add python2.exe, python2.7.exe, pypy2.exe (windows) and pyp

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: add missing import

2022-03-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 033fe9b9 by Matti Picus at 2022-03-04T15:52:01+02:00 add missing import - - - - - 3dd8c6bf by Carl Friedrich Bolz-Tereick at 2022-03-05T13:24:38+01:00 a test that constructing a named tuple has no weird global lookups. tests the

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 21 commits: make PyImport_ExecCodeModule and PyImport_ExecCodeModuleEx take const char * as

2022-03-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 70f1ac82 by Carl Friedrich Bolz-Tereick at 2022-02-28T20:25:34+01:00 make PyImport_ExecCodeModule and PyImport_ExecCodeModuleEx take const char * as arguments --HG-- branch : py3.8 - - - - - 6f2542b8 by Matti Picus at 2022-03-0

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] update HPyModuleDef to 0.0.4

2022-03-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 90520b22 by Matti Picus at 2022-03-06T10:59:42+02:00 update HPyModuleDef to 0.0.4 --HG-- branch : hpy-0.0.4 - - - - - 2 changed files: - pypy/module/_hpy_universal/llapi.py - pypy/module/_hpy_universal/test/test_extra.py

[pypy-commit] [Git][pypy/pypy][branch/py3.8] need to patch warn_about_missing_assertion: the assert statement in 3.9+ does

2022-03-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: bfcb3cd6 by Carl Friedrich Bolz-Tereick at 2022-03-06T12:40:31+01:00 need to patch warn_about_missing_assertion: the assert statement in 3.9+ does not raise builtins.AssertionError (which might be patched), but al

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: test, fix for subclasss OrderedDict.__ror__

2022-03-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 40f50fb0 by Matti Picus at 2022-03-06T11:41:13+02:00 test, fix for subclasss OrderedDict.__ror__ --HG-- branch : py3.9 - - - - - 43857404 by Matti Picus at 2022-03-06T13:51:51+02:00 pypy cannot use tp_finalize --HG-- branch :

[pypy-commit] [Git][pypy/pypy][branch/default] maybe like this

2022-03-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: e0b72320 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:07:43+01:00 maybe like this - - - - - 1 changed file: - pypy/module/pypyjit/test_pypy_c/test_instance.py View it on Heptapod: https://foss.heptapod

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: maybe like this

2022-03-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: e0b72320 by Carl Friedrich Bolz-Tereick at 2022-03-06T13:07:43+01:00 maybe like this - - - - - fa97c3be by Carl Friedrich Bolz-Tereick at 2022-03-06T13:08:02+01:00 merge default --HG-- branch : py3.8 - - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 5 commits: need to patch warn_about_missing_assertion: the assert statement in 3.9+ does

2022-03-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: bfcb3cd6 by Carl Friedrich Bolz-Tereick at 2022-03-06T12:40:31+01:00 need to patch warn_about_missing_assertion: the assert statement in 3.9+ does not raise builtins.AssertionError (which might be patched), but al

[pypy-commit] [Git][pypy/pypy][branch/default] update release note

2022-03-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e96dc54d by Matti Picus at 2022-03-06T14:48:18+02:00 update release note - - - - - 1 changed file: - pypy/doc/release-v7.3.9.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/e96dc54d87d1695e8d351d994

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 2 commits: check for empty name in putenv

2022-03-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 1e9efcfb by Matti Picus at 2022-03-06T14:12:31+02:00 check for empty name in putenv --HG-- branch : py3.8 - - - - - 75374446 by Matti Picus at 2022-03-06T15:04:45+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 1 changed

[pypy-commit] [Git][pypy/pypy][branch/py3.8] check for empty name in putenv

2022-03-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 1e9efcfb by Matti Picus at 2022-03-06T14:12:31+02:00 check for empty name in putenv --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/posix/interp_posix.py View it on Heptapod: https://foss.heptapod.net/pypy/p

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: make package.py compatible with python3, remove duplicate symlink

2022-03-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 7771fc0b by Matti Picus at 2022-03-07T08:05:20+02:00 make package.py compatible with python3, remove duplicate symlink --HG-- branch : py3.8 - - - - - 5ac6a505 by Matti Picus at 2022-03-07T08:05:55+02:00 merge py3.8, ignoring c

[pypy-commit] [Git][pypy/pypy][branch/py3.8] make package.py compatible with python3, remove duplicate symlink

2022-03-06 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 7771fc0b by Matti Picus at 2022-03-07T08:05:20+02:00 make package.py compatible with python3, remove duplicate symlink --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/tool/release/package.py View it on Heptapod: ht