Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 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 - - - - - 5a42a58e by Carl Friedrich Bolz-Tereick at 2022-09-02T22:09:01+02:00 skip extra list copy - - - - - 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 - - - - - b32f8ebc by Matti Picus at 2022-09-10T20:34:23-04:00 typo --HG-- branch : py3.8 - - - - - b5de122d by Carl Friedrich Bolz-Tereick at 2022-09-12T22:23:38+02:00 merge heads - - - - - 3d4e6736 by Alexander Schremmer at 2022-09-21T13:48:44+02:00 (cfbolz, xoraxax) Implement bit_count for rbigint. - - - - - 51f09300 by Carl Friedrich Bolz-Tereick at 2022-09-21T13:49:59+02:00 remove unused variable - - - - - b13f0899 by Carl Friedrich Bolz-Tereick at 2022-09-21T13:57:14+02:00 merge default --HG-- branch : py3.8 - - - - - 6f38a582 by Carl Friedrich Bolz-Tereick at 2022-09-21T13:57:25+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - 13 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/optimizeopt/bridgeopt.py - rpython/jit/metainterp/optimizeopt/heap.py - rpython/jit/metainterp/pyjitpl.py - rpython/rlib/rbigint.py - rpython/rlib/test/test_rbigint.py - rpython/rlib/unicodedata/dawg.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5e48d2579c82c27ab711ee2e0bc2f5cedd584bb7...6f38a582f8c34abe67e1ed4042dc3833a257b8cb -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/5e48d2579c82c27ab711ee2e0bc2f5cedd584bb7...6f38a582f8c34abe67e1ed4042dc3833a257b8cb 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