muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy
Commits:
4b8b5f50 by muke101 at 2021-08-09T11:18:19+01:00
implemented parse_new_array
--HG--
branch : llvm-jit-backend-experimental
- - - - -
1 changed file:
- rpython/jit/backend/llvm/llvm_parse_ops.py
View it
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
ae5a2670 by Matti Picus at 2021-08-09T15:11:51+03:00
clarify python2/python3 resource tracking.
- - - - -
1 changed file:
- pypy/doc/cpython_differences.rst
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/comm
muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy
Commits:
99f2fa61 by muke101 at 2021-08-09T19:07:10+01:00
passed test_array_basic and test_array_of_structs
--HG--
branch : llvm-jit-backend-experimental
- - - - -
3 changed files:
- rpython/jit/backend/llvm/llvm
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
4dd4994f by Carl Friedrich Bolz-Tereick at 2021-08-09T21:14:43+02:00
fix expected error messages
--HG--
branch : py3.8
- - - - -
c320e8cb by Carl Friedrich Bolz-Tereick at 2021-08-09T21:28:17+02:00
fix test_vali
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
e5d69118 by Carl Friedrich Bolz-Tereick at 2021-08-09T21:42:43+02:00
fix another source of position bugs in the astcompiler (like eg 3405c95f9e61)
stemming from the fact that SyntaxErrors use 1-based column offs
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
e33ec63d by Matti Picus at 2021-08-10T08:11:47+03:00
expose functions implemented directly in C (issue 3532)
--HG--
branch : py3.7
- - - - -
2 changed files:
- pypy/module/cpyext/include/pythread.h
- pypy/module/cpyext/inclu