Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
e15c6b75 by Carl Friedrich Bolz-Tereick at 2022-01-06T12:17:43+01:00
a branch to try to make app_main.py process argv as *bytes* (because only
processing argv yields information on how to decode those bytes).

--HG--
branch : py3.7-appmain-bytes-argv

- - - - -
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

- - - - -
2fb09ca0 by Matti Picus at 2022-01-09T16:19:26+02:00
backport change from 007460cad4dd in py3.8

- - - - -
81b5dd64 by Matti Picus at 2022-01-09T16:24:16+02:00
merge heads

--HG--
branch : py3.7

- - - - -
88970e78 by Carl Friedrich Bolz-Tereick at 2022-01-10T13:00:19+01:00
#3584: add __builtins__ to globals dict in eval call

- - - - -
99c43100 by Carl Friedrich Bolz-Tereick at 2022-01-10T13:03:01+01:00
start refactoring app_main to make the *unencoded* bytes version of argv 
available too

--HG--
branch : py3.7-appmain-bytes-argv

- - - - -
a2eb0c1f by Carl Friedrich Bolz-Tereick at 2022-01-10T13:16:19+01:00
merge py3.7

--HG--
branch : py3.7-appmain-bytes-argv

- - - - -
505af5a5 by Carl Friedrich Bolz-Tereick at 2022-01-10T13:23:10+01:00
start fixing tests

--HG--
branch : py3.7-appmain-bytes-argv

- - - - -
774ddb88 by Carl Friedrich Bolz-Tereick at 2022-01-10T17:11:17+01:00
fix tests

--HG--
branch : py3.7-appmain-bytes-argv

- - - - -
0c50b05e by Carl Friedrich Bolz-Tereick at 2022-01-10T19:35:20+01:00
fix tests, maybe

--HG--
branch : py3.7-appmain-bytes-argv

- - - - -
5323d6e2 by Matti Picus at 2022-01-11T10:27:55+02:00
adjust test for 58144a0105d3

- - - - -
38a1cc26 by Matti Picus at 2022-01-11T10:36:24+02:00
merge default

--HG--
branch : py3.7

- - - - -
29905964 by Carl Friedrich Bolz-Tereick at 2022-01-11T12:05:46+01:00
while we're at it: fix unbuffered output

--HG--
branch : py3.7-appmain-bytes-argv

- - - - -
0a36955c by Matti Picus at 2022-01-11T15:59:36+02:00
merge py3.7-appmain-bytes-argv which cleans up utf8 option for app_main

--HG--
branch : py3.7

- - - - -
82028f80 by Matti Picus at 2022-01-11T16:00:09+02:00
merge py3.7

--HG--
branch : py3.8

- - - - -


7 changed files:

- pypy/goal/targetpypystandalone.py
- pypy/interpreter/app_main.py
- pypy/interpreter/test/test_app_main.py
- pypy/module/__builtin__/compiling.py
- pypy/module/__builtin__/test/test_builtin.py
- pypy/module/_posixsubprocess/test/test_ztranslation.py
- pypy/module/cpyext/test/test_eval.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5cfb4accb9d6d9e9fdc06f3ce50bd5677c2c90e8...82028f80b8df01fe09e2a8055f64458ef4583fe4

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/5cfb4accb9d6d9e9fdc06f3ce50bd5677c2c90e8...82028f80b8df01fe09e2a8055f64458ef4583fe4
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