[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/set-vmprof_apple-only-on-darwin

2021-06-13 Thread nimaje (@nimaje)
nimaje pushed new branch branch/set-vmprof_apple-only-on-darwin at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/set-vmprof_apple-only-on-darwin You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/set-vmprof_apple-only-on-darwin

2021-06-13 Thread Matti Picus (@mattip)
Matti Picus deleted branch branch/set-vmprof_apple-only-on-darwin at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listin

[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: only set VMPROF_APPLE on darwin

2021-06-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d0dcd24b by nimaje at 2021-06-13T10:20:33+02:00 only set VMPROF_APPLE on darwin setting that on all systems that aren't handled explicitly breaks translation at least on freebsd, but probably on everything that isn't darwin (

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/conda

2021-06-13 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/conda at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/conda You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-com

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 6 commits: (cfbolz, twitch): start passing w_obj to the constructors of the subclasses of

2021-06-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: a70a64f4 by Carl Friedrich Bolz-Tereick at 2021-06-12T20:45:26+02:00 (cfbolz, twitch): start passing w_obj to the constructors of the subclasses of pypy.interpreter.buffer.BufferView --HG-- branch : py3.8-buffer-gets-w_obj - -

[pypy-commit] [Git][pypy/pypy][branch/py3.8] document merged branch

2021-06-13 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 40ae949f by Carl Friedrich Bolz-Tereick at 2021-06-13T12:31:28+02:00 document merged branch --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/doc/whatsnew-pypy3-head.rst View it on Heptapod: https://f

[pypy-commit] [Git][pypy/pypy][branch/py3.8] implement, test nt._path_splitroot for windows

2021-06-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: ccc8b874 by Matti Picus at 2021-06-13T19:09:10+03:00 implement, test nt._path_splitroot for windows --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/module/posix/interp_posix.py - pypy/module/posix/moduledef.py - pypy

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: comment out some monkeypatching in the asyncio test infrastructure:

2021-06-13 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 361e7f62 by Carl Friedrich Bolz-Tereick at 2021-06-13T13:36:45+02:00 comment out some monkeypatching in the asyncio test infrastructure: asyncio itself is not longer affected by the monkeypatching, because the C

[pypy-commit] [Git][pypy/pypy][branch/py3.8] bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences

2021-06-13 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: dac4d9ad by Carl Friedrich Bolz-Tereick at 2021-06-13T22:10:47+02:00 bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences starting with "+" --HG-- branch : py3.8 - - - - - 2 changed file