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


Commits:
d8ae3bbe by Matti Picus at 2022-09-02T07:15:29-04:00
add info to debug _ssl dll copying, try to only copy first found dll

- - - - -
c3d7f748 by Carl Friedrich Bolz-Tereick at 2022-09-02T13:02:41+02:00
try to not generate 300 variants of this function in C :-(

- - - - -
5ccde865 by Carl Friedrich Bolz-Tereick at 2022-09-02T14:19:58+02:00
optimize inline_call_* by not creating the intermediate list of boxes

instead, fill the new frame directly (bit similar to call_valuestack in the
python interpreter)

- - - - -
9cc94c4c by Carl Friedrich Bolz-Tereick at 2022-09-02T21:26:13+02:00
make sure the LivenessIterator gets inlined and optimized away

- - - - -
6b91ab19 by Matti Picus at 2022-09-05T15:29:43-05:00
build cffi extensions without embedding in translation (issue 3737)

but rebuild them with embedding when packaging

- - - - -
dace7a84 by Carl Friedrich Bolz-Tereick at 2022-09-07T12:51:00+02:00
setdefaultencoding is sometimes there, sometimes not (site.py removes it). just
skip the test if its missing.

- - - - -
31015b73 by Carl Friedrich Bolz-Tereick at 2022-09-07T13:03:48+02:00
fix backend tests

- - - - -
a0d956d7 by Matti Picus at 2022-09-08T13:03:04+03:00
fix/extend gc.hooks documentation

- - - - -
f83864cd by Matti Picus at 2022-09-08T13:14:13+03:00
merge default

--HG--
branch : py3.8

- - - - -


8 changed files:

- lib_pypy/_ssl_build.py
- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/doc/gc_info.rst
- pypy/goal/targetpypystandalone.py
- pypy/objspace/std/test/apptest_stringformat.py
- pypy/tool/release/package.py
- rpython/jit/codewriter/liveness.py
- rpython/jit/metainterp/pyjitpl.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/91dde3fc210987251d39726d95986d7bd041c3d7...f83864cd04c5e1228febd112fa5b63cea9ae6957

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/91dde3fc210987251d39726d95986d7bd041c3d7...f83864cd04c5e1228febd112fa5b63cea9ae6957
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com

Reply via email to