[pypy-commit] [Git][pypy/pypy][branch/multiarch] move the app-level function from _imp to __pypy__.os

2021-06-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/multiarch at PyPy / pypy Commits: 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 - - - - - 6 changed files: - pypy/doc/__pypy__-module.rst - pypy/module/__pypy__/interp_

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

2021-06-07 Thread Matti Picus (@mattip)
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 transl

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/sysconfigdata

2021-06-07 Thread Matti Picus (@mattip)
Matti Picus pushed new branch branch/sysconfigdata at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/sysconfigdata You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mail

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/multiarch

2021-06-07 Thread Matti Picus (@mattip)
Matti Picus deleted branch branch/multiarch at PyPy / pypy -- 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

[pypy-commit] [Git][pypy/pypy][branch/sysconfigdata] define some more _sysconfigdata values

2021-06-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/sysconfigdata at PyPy / pypy Commits: 05b03f8b by Matti Picus at 2021-06-08T08:01:52+03:00 define some more _sysconfigdata values --HG-- branch : sysconfigdata - - - - - 1 changed file: - lib_pypy/_sysconfigdata.py View it on Heptapod: https://foss.he

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/sysconfigdata

2021-06-07 Thread Matti Picus (@mattip)
Matti Picus deleted branch branch/sysconfigdata at PyPy / pypy -- 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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 4 commits: create and package a _sysconfigdata_*.py, modify sysconfig.py appropriately

2021-06-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 9f660c1e by Matti Picus at 2021-06-07T19:00:25+03:00 create and package a _sysconfigdata_*.py, modify sysconfig.py appropriately --HG-- branch : sysconfigdata - - - - - 05b03f8b by Matti Picus at 2021-06-08T08:01:52+03:00 defin

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 19 commits: don't do the sharing when we are jitting: it potentially introduces extra

2021-06-07 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 074d99a3 by Carl Friedrich Bolz-Tereick at 2021-05-30T10:25:31+02:00 don't do the sharing when we are jitting: it potentially introduces extra bridges - - - - - 056d81f8 by Matti Picus at 2021-05-31T09:06:32+03:00 change windows