[pypy-commit] [Git][pypy/pypy][branch/hpy] kill hpy_global_ctx, and use a space-specific ctx instead. This is needed to…

Antonio Cuni foss at heptapod.net
Wed Mar 11 12:37:56 EDT 2020


Antonio Cuni pushed to branch branch/hpy at PyPy / pypy


Commits:
9c04e418 by Antonio Cuni at 2020-03-11T16:56:42+01:00
kill hpy_global_ctx, and use a space-specific ctx instead. This is needed to avoid ending up with multiple spaces (e.g. one with cpyext and one without) sharing the same ctx, and overwriting each other's llhelpers(). Before this commit, all tests which were run after test_cpy_compat failed because of this

--HG--
branch : hpy

- - - - -


2 changed files:

- pypy/module/_hpy_universal/llapi.py
- pypy/module/_hpy_universal/state.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9c04e418f02322d5a6cf8f24443ba2db38b5d725

---
View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/9c04e418f02322d5a6cf8f24443ba2db38b5d725
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/20200311/4d2b808e/attachment-0001.html>


More information about the pypy-commit mailing list