Armin Rigo pushed to branch branch/default at PyPy / pypy


Commits:
10620d7c by Armin Rigo at 2020-07-17T13:10:06+02:00
Older versions of CPython 2.7.x (like 2.7.6) don't support this new syntax
when called in a function involving nested scopes.  These fixes are enough
for me to translate pypy on some strange machine, but I agree that we're
not really aiming to support CPython 2.7.6 any more---so, no test for that

- - - - -


6 changed files:

- rpython/annotator/specialize.py
- rpython/jit/backend/llsupport/descr.py
- rpython/jit/metainterp/warmspot.py
- rpython/rlib/entrypoint.py
- rpython/rlib/jit.py
- rpython/rtyper/lltypesystem/rffi.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/10620d7ce08522ef77fa182b21c543e559005b36

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/commit/10620d7ce08522ef77fa182b21c543e559005b36
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