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

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Tue Jun 8 07:31:45 EDT 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-vectorcall 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-64 FAQ entry (issue 3478)

- - - - -
02bbaf57 by Carl Friedrich Bolz-Tereick at 2021-05-31T09:45:34+02:00
use slightly different hypothesis bounds

- - - - -
54e35e7f by Carl Friedrich Bolz-Tereick at 2021-05-31T09:47:07+02:00
tweak the faq entry a bit

- - - - -
7bf97022 by Carl Friedrich Bolz-Tereick at 2021-05-31T09:47:15+02:00
merge default

--HG--
branch : py3.7

- - - - -
7c0db307 by Matti Picus at 2021-06-06T07:12:25+03:00
add VERSION to _sysconfigdata (part of issue 3483)

--HG--
branch : py3.7

- - - - -
bb236161 by Matti Picus at 2021-06-06T07:24:30+03:00
add back PyPy extension of stdlib traceback removed in the latest stdlib update

Why was this added directly to stdlib?

--HG--
branch : py3.8

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

- - - - -
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
define some more _sysconfigdata values

--HG--
branch : sysconfigdata

- - - - -
708e4c26 by Matti Picus at 2021-06-08T08:40:39+03:00
document, close branch to be merged

--HG--
branch : sysconfigdata

- - - - -
af030868 by Matti Picus at 2021-06-08T08:41:40+03:00
merge sysconfigdata, which creates lib_pypy/_sysconfigdata*.py

--HG--
branch : py3.7

- - - - -
a65265cf by Matti Picus at 2021-06-08T08:45:10+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -
9934b4d4 by Carl Friedrich Bolz-Tereick at 2021-06-08T13:28:23+02:00
fix borked merge fc0219bc8748 that brought some deleted files back

--HG--
branch : py3.8

- - - - -
ba24312c by Carl Friedrich Bolz-Tereick at 2021-06-08T13:31:12+02:00
merge py3.8

--HG--
branch : py3.8-vectorcall

- - - - -


22 changed files:

- − lib-python/3/encodings/cp65001.py
- − lib-python/3/encodings/unicode_internal.py
- − lib-python/3/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
- − lib-python/3/multiprocessing/semaphore_tracker.py
- lib-python/3/sysconfig.py
- − lib-python/3/test/test_macpath.py
- lib-python/3/traceback.py
- − lib-python/3/venv/scripts/nt/Activate.ps1
- lib_pypy/_sysconfigdata.py
- pypy/doc/__pypy__-module.rst
- pypy/doc/faq.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
- pypy/objspace/std/listobject.py
- pypy/tool/release/package.py
- rpython/tool/algo/test/test_graphlib.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/8db3200701ac68e4b6fe92a9c84ce716c18e299f...ba24312cc0fe01b4340ad2be34050069e7e1c9b5

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/8db3200701ac68e4b6fe92a9c84ce716c18e299f...ba24312cc0fe01b4340ad2be34050069e7e1c9b5
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/20210608/e085bdcf/attachment-0001.html>


More information about the pypy-commit mailing list