[pypy-commit] [Git][pypy/pypy][branch/py3.9] 7 commits: passing test that it works for TokenErrors too

Matti Picus (@mattip) foss at heptapod.net
Wed Dec 1 05:25:05 EST 2021



Matti Picus pushed to branch branch/py3.9 at PyPy / pypy


Commits:
65686de1 by Carl Friedrich Bolz-Tereick at 2021-11-30T20:33:11+01:00
passing test that it works for TokenErrors too

--HG--
branch : py3.7

- - - - -
199b4179 by Matti Picus at 2021-12-01T07:46:19+02:00
fix vendoring of pycparser

- - - - -
520ddaec by Matti Picus at 2021-12-01T11:08:09+02:00
change hash function for microarray dtypes to match numpy, fixes broken tests

- - - - -
12aae872 by Carl Friedrich Bolz-Tereick at 2021-12-01T11:17:29+01:00
fix stack effect of EXTENDED_ARG

--HG--
branch : py3.7

- - - - -
4369d4eb by Matti Picus at 2021-12-01T12:22:31+02:00
merge default

--HG--
branch : py3.7

- - - - -
e1426b3f by Matti Picus at 2021-12-01T12:23:03+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -
d42d1cca by Matti Picus at 2021-12-01T12:24:46+02:00
merge py3.8

--HG--
branch : py3.9

- - - - -


11 changed files:

- lib_pypy/cffi/_pycparser/README
- lib_pypy/cffi/_pycparser/__init__.py
- lib_pypy/cffi/_pycparser/c_parser.py
- lib_pypy/lextab.py → lib_pypy/cffi/_pycparser/lextab.py
- lib_pypy/yacctab.py → lib_pypy/cffi/_pycparser/yacctab.py
- pypy/module/_opcode/interp_opcode.py
- pypy/module/_opcode/test/apptest_opcode.py
- pypy/module/micronumpy/descriptor.py
- + pypy/module/micronumpy/hashdescr.py
- pypy/objspace/std/test/apptest_fstring.py
- rpython/translator/c/test/test_standalone.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/28b71667c28ecd1d3abc472e7dabf25d95e4c6d1...d42d1ccacd77eae429a456751dc00d4f8d9e32ea

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211201/8bf53cd9/attachment.html>


More information about the pypy-commit mailing list