[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] #4007: make mmap.mmap.__setitem__ accept a buffer

2023-10-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: be682aa9 by Carl Friedrich Bolz-Tereick at 2023-10-16T09:18:39+02:00 #4007: make mmap.mmap.__setitem__ accept a buffer --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/mmap/interp_mmap.py - pypy

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 4 commits: expose the time taken in GC to the logs too

2023-10-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 0d0740ed by Carl Friedrich Bolz-Tereick at 2023-10-02T12:01:30+02:00 expose the time taken in GC to the logs too it's computed anyway, no reason not to show it as well - - - - - ee9b959e by Carl Friedrich Bolz-Tereick at 2023-1

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 6 commits: expose the time taken in GC to the logs too

2023-10-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 0d0740ed by Carl Friedrich Bolz-Tereick at 2023-10-02T12:01:30+02:00 expose the time taken in GC to the logs too it's computed anyway, no reason not to show it as well - - - - - ee9b959e by Carl Friedrich Bolz-Tereick at 2023-

[pypy-commit] [Mercurial][pypy/pypy][branch/hpy-0.9] 2 commits: start to support inheriting from non-hpy classes by adding a method to W_Root

2023-10-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.9 at PyPy / pypy Commits: 3421d06d by Matti Picus at 2023-10-16T17:52:47+03:00 start to support inheriting from non-hpy classes by adding a method to W_Root --HG-- branch : hpy-0.9 - - - - - 3040aab7 by Matti Picus at 2023-10-16T21:24:36+03:00 fix cop