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.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
