[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix typo

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 68fb106d by Carl Friedrich Bolz-Tereick at 2021-04-14T09:15:26+02:00 fix typo --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/timeit.py View it on GitLab: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy][branch/default] add a jit driver for deque._find (I introduced _find here, because on 3.x,

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: ac3f5f56 by Carl Friedrich Bolz-Tereick at 2021-04-14T10:05:46+02:00 add a jit driver for deque._find (I introduced _find here, because on 3.x, deque has more methods and already had this abstraction) - - - - -

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 47 commits: randomly implement a faster divmod for very large numbers, following Mark

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 9732fa80 by Carl Friedrich Bolz-Tereick at 2021-03-19T21:33:13+01:00 randomly implement a faster divmod for very large numbers, following Mark Dickinson's approach from this issue: https://bugs.python.org/issue345

[pypy-commit] [Git][pypy/pypy][branch/default] fix jit generation problem

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 336a0402 by Carl Friedrich Bolz-Tereick at 2021-04-14T12:12:43+02:00 fix jit generation problem - - - - - 1 changed file: - pypy/module/_collections/interp_deque.py View it on GitLab: https://foss.heptapo

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: fix jit generation problem

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 336a0402 by Carl Friedrich Bolz-Tereick at 2021-04-14T12:12:43+02:00 fix jit generation problem - - - - - aa33d03a by Carl Friedrich Bolz-Tereick at 2021-04-14T12:13:05+02:00 merge default --HG-- branch : py3.7

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: remove debug print

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: ed46b7d3 by Carl Friedrich Bolz-Tereick at 2021-04-14T12:43:36+02:00 remove debug print - - - - - a7f288df by Carl Friedrich Bolz-Tereick at 2021-04-14T12:44:02+02:00 merge default --HG-- branch : py3.7 - - - -

[pypy-commit] [Git][pypy/pypy][branch/default] remove debug print

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: ed46b7d3 by Carl Friedrich Bolz-Tereick at 2021-04-14T12:43:36+02:00 remove debug print - - - - - 1 changed file: - rpython/rlib/rbigint.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Git][pypy/pypy][branch/default] document branch

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: f3321d2d by Carl Friedrich Bolz-Tereick at 2021-04-14T12:56:55+02:00 document branch - - - - - 1 changed file: - pypy/doc/whatsnew-head.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/jit-heapcache-interiorfields

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed new branch branch/jit-heapcache-interiorfields at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/jit-heapcache-interiorfields You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy][branch/py3.7] SSL: SSL_set1_param setters were added in OpenSSL 1.0.0, the getters came later in 1.0.2

2021-04-14 Thread Stefano Rivera
Stefano Rivera pushed to branch branch/py3.7 at PyPy / pypy Commits: f652e182 by Stefano Rivera at 2021-04-14T10:07:42-04:00 SSL: SSL_set1_param setters were added in OpenSSL 1.0.0, the getters came later in 1.0.2 --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_cffi_ssl/_cffi_

[pypy-commit] [Git][pypy/pypy][branch/jit-heapcache-interiorfields] ouch, be nan-safe!

2021-04-14 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/jit-heapcache-interiorfields at PyPy / pypy Commits: 4c3464b8 by Carl Friedrich Bolz-Tereick at 2021-04-14T21:43:37+02:00 ouch, be nan-safe! --HG-- branch : jit-heapcache-interiorfields - - - - - 1 changed file: - rpython/jit/metainterp/