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
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
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-
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