Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy


Commits:
d02ec1e9 by Carl Friedrich Bolz-Tereick at 2022-01-09T10:13:31+01:00
fix _posixsubprocess ztranslation test

the problem comes from a regular StdObjSpace instance staying around in a
global and being confused with the FakeObjSpace that the ztranslation machinery
uses. Normally we would just not use globals for the space, but in a few very
rare circumstances they are unavoidable.

--HG--
branch : py3.7

- - - - -


1 changed file:

- pypy/module/_posixsubprocess/test/test_ztranslation.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/d02ec1e9615f8c532c1b83045be8a6b68ce45674

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