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

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



Matti Picus pushed to branch branch/py3.8 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

- - - - -


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/62fc1b62d44ffd1f6feb5293a75deea4be4b161e...e1426b3fc003270e689c27282c5e1e9143769858

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/62fc1b62d44ffd1f6feb5293a75deea4be4b161e...e1426b3fc003270e689c27282c5e1e9143769858
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/ea09219f/attachment.html>


More information about the pypy-commit mailing list