Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy


Commits:
df57303a by Carl Friedrich Bolz-Tereick at 2023-03-14T17:05:25+01:00
small optimization: it does not make sense for space.newlong to return a
W_LongObject on pypy3, where there is no observable applevel difference between
W_IntObject and W_LongObject

--HG--
branch : py3.9

- - - - -
e19bbe7d by Matti Picus at 2023-03-16T20:44:23+11:00
export, test PyDescr_NewGetSet and define PyDescr_TYPE, PyDescr_NAME

- - - - -
0934d145 by Carl Friedrich Bolz-Tereick at 2023-03-20T16:03:16+01:00
do a ton less string copies in the bytecode compiler

- - - - -
43db7225 by Carl Friedrich Bolz-Tereick at 2023-03-21T09:27:08+01:00
small optimization in the tokenizer: don't allocate tuples for the 
parenstack,
just use the tokens as entries

- - - - -
229e9c45 by Carl Friedrich Bolz-Tereick at 2023-03-21T09:58:28+01:00
merge default

--HG--
branch : py3.9

- - - - -
caaf1d79 by Carl Friedrich Bolz-Tereick at 2023-03-21T15:11:07+01:00
merge py3.9

--HG--
branch : py3.10

- - - - -


7 changed files:

- pypy/interpreter/astcompiler/assemble.py
- pypy/interpreter/pyparser/pytokenizer.py
- pypy/module/cpyext/parse/cpyext_descrobject.h
- pypy/module/cpyext/test/test_longobject.py
- pypy/objspace/std/intobject.py
- pypy/objspace/std/objspace.py
- pypy/objspace/std/test/test_longobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/e89044edb2120a28d1eca7bbfaa46d1fed12b339...caaf1d79ba12a5b7c2d9263f3bc2dcb9bb9849f7

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/e89044edb2120a28d1eca7bbfaa46d1fed12b339...caaf1d79ba12a5b7c2d9263f3bc2dcb9bb9849f7
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

Reply via email to