[pypy-commit] [Git][pypy/pypy][branch/py3.7] 8 commits: add sys.implementation._multiarch via a pypy-specific _imp.get_multiarch()

Matti Picus (@mattip) foss at heptapod.net
Mon Jun 7 12:00:57 EDT 2021



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


Commits:
93831acf by Matti Picus at 2021-06-06T18:53:24+03:00
add sys.implementation._multiarch via a pypy-specific _imp.get_multiarch()

--HG--
branch : multiarch

- - - - -
d9b3ece0 by Matti Picus at 2021-06-06T19:40:10+03:00
fix translation: the annotator cannot deal with the function call

--HG--
branch : multiarch

- - - - -
21b25673 by Matti Picus at 2021-06-06T22:04:36+03:00
redo get_multiarch since `gcc --print-multiarch` is not reliable

--HG--
branch : multiarch

- - - - -
1f6b2a91 by Matti Picus at 2021-06-07T12:47:19+03:00
move the app-level function from _imp to __pypy__.os

--HG--
branch : multiarch

- - - - -
a7a30619 by Matti Picus at 2021-06-07T15:27:38+03:00
add 'darwin' for sys.implementation._multiarch on macOS

--HG--
branch : multiarch

- - - - -
c465c3d5 by Matti Picus at 2021-06-07T15:43:12+03:00
document branch

--HG--
branch : multiarch

- - - - -
0b7a5d90 by Matti Picus at 2021-06-07T15:44:29+03:00
close merged branch

--HG--
branch : multiarch

- - - - -
20a99507 by Matti Picus at 2021-06-07T15:45:16+03:00
merge multiarch which provides sys.implementation._multiarch

--HG--
branch : py3.7

- - - - -


9 changed files:

- pypy/doc/__pypy__-module.rst
- pypy/doc/whatsnew-pypy3-head.rst
- pypy/module/__pypy__/interp_os.py
- pypy/module/__pypy__/moduledef.py
- pypy/module/sys/app.py
- pypy/module/sys/test/test_sysmodule.py
- rpython/translator/platform/__init__.py
- rpython/translator/platform/darwin.py
- rpython/translator/platform/posix.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7c0db307b9841f5b0ca7ebc019c5f0df6643072c...20a995071a533e7201d7cd2621461934c7bd5b6a

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7c0db307b9841f5b0ca7ebc019c5f0df6643072c...20a995071a533e7201d7cd2621461934c7bd5b6a
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210607/df03091f/attachment.html>


More information about the pypy-commit mailing list