Antonio Cuni pushed to branch branch/hpy at PyPy / pypy
Commits: 04d36e29 by Antonio Cuni at 2020-03-15T17:45:32+01:00 fix annotator --HG-- branch : hpy - - - - - ce3d3b96 by Antonio Cuni at 2020-03-15T17:49:14+01:00 Fix translation, which was broken by 9a8d23dd614c. Previously, this hint was not needed because it was already included by llexternal('ctx_Arg_Parse', ...). But 9a8d23dd614c killed the llexternal, with the consequence that the eci was no longer seen by the translator and not included in the final makefile. By adding this, we make sure that it's included again. --HG-- branch : hpy - - - - - 2 changed files: - pypy/module/_hpy_universal/interp_err.py - pypy/module/_hpy_universal/llapi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/cadbe668fb9c7ace8e6ac57d9b93fbf8b984844d...ce3d3b96568758510dee73df54479289e3a7256f --- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/cadbe668fb9c7ace8e6ac57d9b93fbf8b984844d...ce3d3b96568758510dee73df54479289e3a7256f You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
