[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: kill the cpython_code_signature implementation in pycode. it is only called for

2022-03-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 80373a2c by Carl Friedrich Bolz-Tereick at 2022-03-23T10:28:47+01:00 kill the cpython_code_signature implementation in pycode. it is only called for code objects on the underlying python implementation, so just

[pypy-commit] [Git][pypy/pypy][branch/default] add space.len_w to fix micronumpy tests

2022-03-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f1a7d881 by Matti Picus at 2022-03-23T11:39:45+02:00 add space.len_w to fix micronumpy tests - - - - - 1 changed file: - pypy/module/micronumpy/compile.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/pep-3123

2022-03-23 Thread Matti Picus (@mattip)
Matti Picus deleted branch branch/pep-3123 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.o

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: tiny optimization: make space.len_w and space.hash_w more efficient, by not

2022-03-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 9ca2e891 by Carl Friedrich Bolz-Tereick at 2022-03-22T19:51:07+01:00 tiny optimization: make space.len_w and space.hash_w more efficient, by not unwrapping and rewrapping the results. - - - - - 80373a2c by Carl F

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 8 commits: tiny optimization: make space.len_w and space.hash_w more efficient, by not

2022-03-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 9ca2e891 by Carl Friedrich Bolz-Tereick at 2022-03-22T19:51:07+01:00 tiny optimization: make space.len_w and space.hash_w more efficient, by not unwrapping and rewrapping the results. - - - - - 80373a2c by Carl F

[pypy-commit] [Git][pypy/pypy][branch/default] don't need a SignatureBuilder for the orig_sig, really

2022-03-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 77787c0f by Carl Friedrich Bolz-Tereick at 2022-03-23T11:27:44+01:00 don't need a SignatureBuilder for the orig_sig, really - - - - - 1 changed file: - pypy/interpreter/gateway.py View it on Heptapod: htt

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: remove useless assert (it's implied by the earlier one)

2022-03-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: b6947cdf by Carl Friedrich Bolz-Tereick at 2022-03-23T11:57:02+01:00 remove useless assert (it's implied by the earlier one) --HG-- branch : py3.8 - - - - - 4ad6be67 by Carl Friedrich Bolz-Tereick at 2022-03-23T

[pypy-commit] [Git][pypy/pypy][branch/py3.8] make print use kw only arguments

2022-03-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: b1c3174c by Carl Friedrich Bolz-Tereick at 2022-03-23T16:33:23+01:00 make print use kw only arguments --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/__builtin__/app_io.py View it on Heptapod:

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/py3.8-argument-unwrap-less

2022-03-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed new branch branch/py3.8-argument-unwrap-less at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/py3.8-argument-unwrap-less You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix 60af510490bb: 3.x uses space.index not space.int on result of __len__

2022-03-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: cb05c47b by Carl Friedrich Bolz-Tereick at 2022-03-23T19:44:59+01:00 fix 60af510490bb: 3.x uses space.index not space.int on result of __len__ --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/objspace/d

[pypy-commit] [Git][pypy/pypy][branch/py3.8-argument-unwrap-less] 2 commits: fix cpyext

2022-03-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-argument-unwrap-less at PyPy / pypy Commits: 9a393839 by Carl Friedrich Bolz-Tereick at 2022-03-23T19:45:33+01:00 fix cpyext --HG-- branch : py3.8-argument-unwrap-less - - - - - d0a791fe by Carl Friedrich Bolz-Tereick at 2022-03-23T20

[pypy-commit] [Git][pypy/pypy][branch/py3-pep-3123] fix test

2022-03-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3-pep-3123 at PyPy / pypy Commits: 0da67eed by Matti Picus at 2022-03-23T18:20:18+02:00 fix test --HG-- branch : py3-pep-3123 - - - - - 1 changed file: - pypy/module/cpyext/test/test_unicodeobject.py View it on Heptapod: https://foss.heptapod.net/py

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: adpot includes for PEP 3123, fix translation and some tests

2022-03-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: ccf2f7f4 by Matti Picus at 2022-03-22T17:54:43+02:00 adpot includes for PEP 3123, fix translation and some tests --HG-- branch : pep-3123 - - - - - 2d879c52 by Matti Picus at 2022-03-22T22:48:45+02:00 fix tests, fix initializat

[pypy-commit] [Git][pypy/pypy][branch/py3.8-argument-unwrap-less] 4 commits: make print use kw only arguments

2022-03-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-argument-unwrap-less at PyPy / pypy Commits: b1c3174c by Carl Friedrich Bolz-Tereick at 2022-03-23T16:33:23+01:00 make print use kw only arguments --HG-- branch : py3.8 - - - - - cb05c47b by Carl Friedrich Bolz-Tereick at 2022-03-23T1

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] 77 commits: pyexpat 2.4.6 raises a ExpatError on invalid unicode

2022-03-23 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: 6f2542b8 by Matti Picus at 2022-03-03T08:47:39+02:00 pyexpat 2.4.6 raises a ExpatError on invalid unicode - - - - - 0f679bfc by Matti Picus at 2022-03-03T08:56:02+02:00 backport stdlib test changes from bpo-46811 for expat>2.

[pypy-commit] [Git][pypy/pypy][branch/default] Fix compatibility with pytest 4.* for -D tests (with many warnings though)

2022-03-23 Thread Ronan Lamy (@rlamy)
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 9981aa32 by Ronan Lamy at 2022-03-24T00:59:48+00:00 Fix compatibility with pytest 4.* for -D tests (with many warnings though) - - - - - 1 changed file: - pypy/conftest.py View it on Heptapod: https://foss.heptapod.net/py

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix test

2022-03-23 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: fd7a416c by Matti Picus at 2022-03-24T07:01:05+02:00 fix test --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/cpyext/test/test_bytesobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit