[pypy-commit] [Git][pypy/pypy][branch/py3.7] test and fix: the "optimization" of starred tuple creation with constants had

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Sat Oct 23 05:19:49 EDT 2021



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


Commits:
a4f1d91d by Carl Friedrich Bolz-Tereick at 2021-10-23T11:19:27+02:00
test and fix: the "optimization" of starred tuple creation with constants had
an annoying effect of turning (*a, *b) into (*(), *a, *(), *b)

--HG--
branch : py3.7

- - - - -


2 changed files:

- pypy/interpreter/astcompiler/optimize.py
- pypy/interpreter/astcompiler/test/test_compiler.py


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

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a4f1d91dcd2e6745e74a87ca63b00db9edb2d8ad
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/20211023/2d85dfeb/attachment.html>


More information about the pypy-commit mailing list