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


Commits:
6d658cde by Carl Friedrich Bolz-Tereick at 2021-01-10T21:26:52+01:00
fix #3380: the evaluation order of keys and values of large dict literals was
wrong in 3.7 (in lower versions it was the same way, but in 3.7 the evaluation
order of *small* dicts changed, but I didn't fix huge dicts)

--HG--
branch : py3.7

- - - - -
1ddcae67 by Carl Friedrich Bolz-Tereick at 2021-01-10T21:32:27+01:00
merge heads

--HG--
branch : py3.7

- - - - -


2 changed files:

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


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/00bae7e65c83c147bef9ba44bfcd8063ee25c0ed...1ddcae67daca2af7b15a8a52cc1e3c626f06dc53

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/00bae7e65c83c147bef9ba44bfcd8063ee25c0ed...1ddcae67daca2af7b15a8a52cc1e3c626f06dc53
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to