[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] implemented parse_new_array

2021-08-09 Thread muke 101 (@muke101)


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 on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/4b8b5f502d4398696114c475ddd7838267414170

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/4b8b5f502d4398696114c475ddd7838267414170
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/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/default] clarify python2/python3 resource tracking.

2021-08-09 Thread Matti Picus (@mattip)


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/-/commit/ae5a26702f28425f8f30e9307d25c90acc360163

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/ae5a26702f28425f8f30e9307d25c90acc360163
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/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] passed test_array_basic and test_array_of_structs

2021-08-09 Thread muke 101 (@muke101)


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_api.py
- rpython/jit/backend/llvm/llvm_parse_ops.py
- rpython/jit/backend/test/runner_test.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/99f2fa6199fed4ad216c8c23a295e508a7ecf5fa

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/99f2fa6199fed4ad216c8c23a295e508a7ecf5fa
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/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix expected error messages

2021-08-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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_validate

--HG--
branch : py3.8

- - - - -


2 changed files:

- pypy/interpreter/astcompiler/test/test_astbuilder.py
- pypy/interpreter/pycompiler.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/97c24c0640c275928adc5240799390140a5c0bc8...c320e8cbcc8e2dc53caa036c920fa2644f9bf4fd

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/97c24c0640c275928adc5240799390140a5c0bc8...c320e8cbcc8e2dc53caa036c920fa2644f9bf4fd
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/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix another source of position bugs in the astcompiler (like eg 3405c95f9e61)

2021-08-09 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


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 offsets, this time
in the codegen

- - - - -
f61d54da by Carl Friedrich Bolz-Tereick at 2021-08-09T21:43:09+02:00
erge heads

- - - - -


3 changed files:

- pypy/interpreter/astcompiler/codegen.py
- pypy/interpreter/test/test_compiler.py
- pypy/interpreter/test/test_syntax.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/ae5a26702f28425f8f30e9307d25c90acc360163...f61d54daf052c15dbabffcb920ab4b69844ed71c

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/ae5a26702f28425f8f30e9307d25c90acc360163...f61d54daf052c15dbabffcb920ab4b69844ed71c
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/listinfo/pypy-commit


[pypy-commit] [Git][pypy/pypy][branch/py3.7] expose functions implemented directly in C (issue 3532)

2021-08-09 Thread Matti Picus (@mattip)


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/include/structseq.h


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/e33ec63d822ffa0a56bef7b74ddaa638a579736d

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/e33ec63d822ffa0a56bef7b74ddaa638a579736d
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/listinfo/pypy-commit