[pypy-commit] [Git][pypy/pypy][branch/default] (cfbolz, xoraxax) Implement bit_count for rbigint.

2022-09-21 Thread Alexander Schremmer (@xoraxax)
Alexander Schremmer pushed to branch branch/default at PyPy / pypy Commits: 3d4e6736 by Alexander Schremmer at 2022-09-21T13:48:44+02:00 (cfbolz, xoraxax) Implement bit_count for rbigint. - - - - - 2 changed files: - rpython/rlib/rbigint.py - rpython/rlib/test/test_rbigint.py View it on H

[pypy-commit] [Git][pypy/pypy][branch/default] remove unused variable

2022-09-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 51f09300 by Carl Friedrich Bolz-Tereick at 2022-09-21T13:49:59+02:00 remove unused variable - - - - - 1 changed file: - rpython/rlib/unicodedata/dawg.py View it on Heptapod: https://foss.heptapod.net/pypy

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 16 commits: add info to debug _ssl dll copying, try to only copy first found dll

2022-09-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: d8ae3bbe by Matti Picus at 2022-09-02T07:15:29-04:00 add info to debug _ssl dll copying, try to only copy first found dll - - - - - c3d7f748 by Carl Friedrich Bolz-Tereick at 2022-09-02T13:02:41+02:00 try to not

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 5 commits: skip extra list copy

2022-09-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 5a42a58e by Carl Friedrich Bolz-Tereick at 2022-09-02T22:09:01+02:00 skip extra list copy - - - - - b5de122d by Carl Friedrich Bolz-Tereick at 2022-09-12T22:23:38+02:00 merge heads - - - - - 3d4e6736 by Alexande

[pypy-commit] [Git][pypy/pypy][branch/py3.9] (cfbolz, xoraxax) Implement bit_count methods for int objects.

2022-09-21 Thread Alexander Schremmer (@xoraxax)
Alexander Schremmer pushed to branch branch/py3.9 at PyPy / pypy Commits: 7bca364e by Alexander Schremmer at 2022-09-21T14:00:20+02:00 (cfbolz, xoraxax) Implement bit_count methods for int objects. --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/objspace/std/intobject.py - pypy/obj

[pypy-commit] [Git][pypy/pypy][branch/default] (cfbolz, xoraxax): check the length of a to-be-unpacked list *before* we make

2022-09-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 313cc752 by Carl Friedrich Bolz-Tereick at 2022-09-21T14:32:23+02:00 (cfbolz, xoraxax): check the length of a to-be-unpacked list *before* we make the list copy - - - - - 2 changed files: - pypy/module/pypyj

[pypy-commit] [Git][pypy/pypy][branch/default] (cfbolz, xoraxax): make sure that tracing from GUARD_ALWAYS_FAILS makes

2022-09-21 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 880b1052 by Carl Friedrich Bolz-Tereick at 2022-09-21T14:53:50+02:00 (cfbolz, xoraxax): make sure that tracing from GUARD_ALWAYS_FAILS makes progress, and doesn't start from an earlier bytecode by preventing gua