[pypy-commit] [Git][pypy/pypy][branch/default] Older versions of CPython 2.7.x (like 2.7.6) don't support this new syntax

Armin Rigo foss at heptapod.net
Fri Jul 17 10:49:12 EDT 2020



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200717/fa120103/attachment-0001.html>


More information about the pypy-commit mailing list