[pypy-commit] [Git][pypy/pypy][branch/default] 5 commits: like on the py3.x branches, memoize the newtext calls before/during annotation

2021-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 47ca30a3 by Carl Friedrich Bolz-Tereick at 2021-11-27T21:47:27+01:00 like on the py3.x branches, memoize the newtext calls before/during annotation - - - - - 95f33d77 by Carl Friedrich Bolz-Tereick at 2021-11-2

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 19 commits: help leakcheck tests pass on windows

2021-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: eea33a02 by Matti Picus at 2021-11-26T11:44:18+02:00 help leakcheck tests pass on windows - - - - - e6f9b262 by Matti Picus at 2021-11-26T11:45:12+02:00 merge default --HG-- branch : py3.7 - - - - - 698ceda6 by

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 8 commits: - cache the results of getting info from mercurial

2021-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 33f94f18 by Carl Friedrich Bolz-Tereick at 2021-11-26T22:04:31+01:00 - cache the results of getting info from mercurial - only call mercurial twice, not four times by using a template this is somewhat silly but i

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 22 commits: doesn't seem to save a lot of time, but it makes pyc files 40% smaller: use the

2021-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: a2aba867 by Carl Friedrich Bolz-Tereick at 2021-11-24T16:31:07+01:00 doesn't seem to save a lot of time, but it makes pyc files 40% smaller: use the ascii codes when marshalling unicode strings that store only as

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: use unwrap_spec(version=int) here

2021-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 1e316498 by Carl Friedrich Bolz-Tereick at 2021-11-28T19:49:46+01:00 use unwrap_spec(version=int) here --HG-- branch : py3.7 - - - - - b5a32cc7 by Carl Friedrich Bolz-Tereick at 2021-11-28T19:56:46+01:00 cache t

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

2021-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 1c12bbf5 by Carl Friedrich Bolz-Tereick at 2021-11-28T21:43:37+01:00 fix --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/cpyext/marshal.py View it on Heptapod: https://foss.heptapod.net/pypy/

[pypy-commit] [Git][pypy/pypy][branch/py3.9] re-implement setting linenumbers from the debugger following the (much nicer

2021-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 3101ed0a by Carl Friedrich Bolz-Tereick at 2021-11-28T21:55:58+01:00 re-implement setting linenumbers from the debugger following the (much nicer now!) code from cpython --HG-- branch : py3.9 - - - - - 2 chang

[pypy-commit] [Git][pypy/pypy][branch/py3.7] grumble, maybe like this?

2021-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: da4331ae by Carl Friedrich Bolz-Tereick at 2021-11-28T22:12:58+01:00 grumble, maybe like this? --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/cpyext/marshal.py View it on Heptapod: https://f

[pypy-commit] [Git][pypy/pypy][branch/py3.7] seems not :-( should go to bed

2021-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy Commits: 11c4decf by Carl Friedrich Bolz-Tereick at 2021-11-28T22:16:40+01:00 seems not :-( should go to bed --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/cpyext/marshal.py View it on Heptapod: http

[pypy-commit] [Git][pypy/pypy][branch/py3.9] 3 commits: fix translation

2021-11-28 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: eac33b6c by Carl Friedrich Bolz-Tereick at 2021-11-28T22:00:54+01:00 fix translation --HG-- branch : py3.9 - - - - - 87f5208a by Carl Friedrich Bolz-Tereick at 2021-11-28T22:33:17+01:00 test and remove pdbs --H