Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits: c9acce86 by mgorny at 2021-10-22T08:43:37+03:00 backport fixes to close ProcessPoolExecutor (issue 3317) --HG-- branch : py3.8 - - - - - e663b7fb by Matti Picus at 2021-10-22T08:59:22+03:00 apply the rest of the changes in the fix to cpython bpo-39104 --HG-- branch : py3.8 - - - - - 82c9c432 by Matti Picus at 2021-10-22T09:12:01+03:00 fix broken dependency on gc.collect to collect the object and kill the weakref (issue 3317) --HG-- branch : py3.8 - - - - - 3fa9e24e by Carl Friedrich Bolz-Tereick at 2021-10-23T10:48:03+02:00 use new bytecodes for list/set/tuple construction --HG-- branch : py3.9 - - - - - a4f1d91d by Carl Friedrich Bolz-Tereick at 2021-10-23T11:19:27+02:00 test and fix: the "optimization" of starred tuple creation with constants had an annoying effect of turning (*a, *b) into (*(), *a, *(), *b) --HG-- branch : py3.7 - - - - - 6ba8a22d by Carl Friedrich Bolz-Tereick at 2021-10-23T14:10:55+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 4acca0d2 by Carl Friedrich Bolz-Tereick at 2021-10-23T14:13:32+02:00 merge py3.8 --HG-- branch : py3.9 - - - - - f8817e8c by Carl Friedrich Bolz-Tereick at 2021-10-23T15:02:06+02:00 remove pdbs --HG-- branch : py3.9 - - - - - 7 changed files: - lib-python/3/opcode.py - pypy/interpreter/astcompiler/assemble.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/optimize.py - pypy/interpreter/astcompiler/test/test_compiler.py - pypy/interpreter/pyopcode.py - pypy/tool/opcode3.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a374f82151a305ff675165a9b80981488150bc96...f8817e8cd532e0c60e9892dee988c9954d8cf753 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/a374f82151a305ff675165a9b80981488150bc96...f8817e8cd532e0c60e9892dee988c9954d8cf753 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