Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-bytecode-changes at 
PyPy / pypy


Commits:
b1bdd344 by Carl Friedrich Bolz-Tereick at 2021-10-30T13:53:19+02:00
fix dict |=

--HG--
branch : py3.9-bytecode-changes

- - - - -
387a718a by Carl Friedrich Bolz-Tereick at 2021-10-30T13:55:54+02:00
be more precise in stacksize computation:

account for the effect of finally blocks more, this makes it possible to check
the stack depth being 0 on *all* returns, not just auto-generated ones

--HG--
branch : py3.9-bytecode-changes

- - - - -


5 changed files:

- pypy/interpreter/astcompiler/assemble.py
- pypy/interpreter/astcompiler/test/test_compiler.py
- pypy/interpreter/test/test_compiler.py
- pypy/objspace/std/dictmultiobject.py
- pypy/objspace/std/test/test_dictmultiobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/19edd49ce99c4468c906a5cae66feac9ae037885...387a718aaaad2b45f1d9157dd9b6778ff1b922a4

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/19edd49ce99c4468c906a5cae66feac9ae037885...387a718aaaad2b45f1d9157dd9b6778ff1b922a4
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