Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
c7b56009 by Matti Picus at 2021-09-01T07:26:30+03:00
fix f8a0b0d3d766
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/objspace/std/memoryobject.py
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/commit/c
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy
Commits:
362264e9 by muke101 at 2021-09-01T03:04:52+01:00
implemented new guard handler
--HG--
branch : llvm-jit-backend-experimental
- - - - -
2 changed files:
- rpython/jit/backend/llvm/guards.py
- rpython/jit/
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
27489a50 by Matti Picus at 2021-08-31T21:25:11+03:00
test, fix memoryview.nbytes
--HG--
branch : py3.8
- - - - -
2 changed files:
- pypy/module/__pypy__/test/test_newmemoryview.py
- pypy/objspace/std/memoryobject.py
View i
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
71fb504c by Matti Picus at 2021-08-31T12:20:54+03:00
use canonical method for finding include dir instead of manually guessing
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib_pypy/_pypy_testcapi.py
View it on Heptapo
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
f856ddf9 by Matti Picus at 2021-08-31T11:41:08+03:00
update to stdlib 3.8.12
--HG--
branch : vendor/stdlib-3.8
- - - - -
d78d6448 by Matti Picus at 2021-08-31T11:46:06+03:00
Merge vendor/stdlib-3.8 into branch to get stdlib 3.8
Matti Picus pushed to branch branch/vendor/stdlib-3.8 at PyPy / pypy
Commits:
f856ddf9 by Matti Picus at 2021-08-31T11:41:08+03:00
update to stdlib 3.8.12
--HG--
branch : vendor/stdlib-3.8
- - - - -
21 changed files:
- lib-python/3/email/_parseaddr.py
- lib-python/3/http/client.py
- lib-py