[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] support floating value in threadedcode tla

2022-04-12 Thread Yusuke Izawa (@3tty0n)


Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy


Commits:
a4b7b1d4 by Yusuke Izawa at 2022-04-12T19:02:14+09:00
support floating value in threadedcode tla

--HG--
branch : threaded-code-generation

- - - - -


3 changed files:

- rpython/jit/tl/threadedcode/bytecode.py
- rpython/jit/tl/threadedcode/object.py
- rpython/jit/tl/threadedcode/tla.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/a4b7b1d46dd59fe857dcd68630e584b2d96f4a74
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/special-method-shortcut-2] ouch, fix callable proxies

2022-04-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/special-method-shortcut-2 
at PyPy / pypy


Commits:
23a3b0d3 by Carl Friedrich Bolz-Tereick at 2022-04-12T13:25:27+02:00
ouch, fix callable proxies

--HG--
branch : special-method-shortcut-2

- - - - -


1 changed file:

- pypy/module/_weakref/interp__weakref.py


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/23a3b0d3e6412901141650c487742b235bfd496c
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.8-special-method-shortcut-2] 3 commits: ouch, fix callable proxies

2022-04-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch 
branch/py3.8-special-method-shortcut-2 at PyPy / pypy


Commits:
23a3b0d3 by Carl Friedrich Bolz-Tereick at 2022-04-12T13:25:27+02:00
ouch, fix callable proxies

--HG--
branch : special-method-shortcut-2

- - - - -
956794a4 by Carl Friedrich Bolz-Tereick at 2022-04-12T16:54:55+02:00
I am fairly sure that this is also correct, I just hope the tests cover it 
enough

--HG--
branch : py3.8-special-method-shortcut-2

- - - - -
28d12c45 by Carl Friedrich Bolz-Tereick at 2022-04-12T17:44:42+02:00
merge special-method-shortcut-2

--HG--
branch : py3.8-special-method-shortcut-2

- - - - -


2 changed files:

- pypy/module/_cppyy/interp_cppyy.py
- pypy/module/_weakref/interp__weakref.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5df2c851d29e6d5caa10e9f170acc1340ab9f09c...28d12c45be098f96dcb167b382137eaf7eb5b525

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5df2c851d29e6d5caa10e9f170acc1340ab9f09c...28d12c45be098f96dcb167b382137eaf7eb5b525
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.8] Fix position of AsyncWith nodes

2022-04-12 Thread Ronan Lamy (@rlamy)


Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy


Commits:
5de7e680 by Ronan Lamy at 2022-04-12T17:11:35+01:00
Fix position of AsyncWith nodes

--HG--
branch : py3.8

- - - - -


2 changed files:

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


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/5de7e6801336c06f3eadb2c53caa2c75b4a4a5f4
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.8] Fix position of AsyncFor nodes

2022-04-12 Thread Ronan Lamy (@rlamy)


Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy


Commits:
046c9a97 by Ronan Lamy at 2022-04-12T17:57:28+01:00
Fix position of AsyncFor nodes

--HG--
branch : py3.8

- - - - -


2 changed files:

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


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/046c9a9737577c278f42ae424d721eafedf4bd87
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix col_offset for unparenthesized generator expressions

2022-04-12 Thread Ronan Lamy (@rlamy)


Ronan Lamy pushed to branch branch/py3.8 at PyPy / pypy


Commits:
3450bb8c by Ronan Lamy at 2022-04-12T19:59:26+01:00
fix col_offset for unparenthesized generator expressions

--HG--
branch : py3.8

- - - - -


2 changed files:

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


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

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/3450bb8c78a5bb2f6b921e05f39d0173246f004c
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com