Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits: 361e7f62 by Carl Friedrich Bolz-Tereick at 2021-06-13T13:36:45+02:00 comment out some monkeypatching in the asyncio test infrastructure: asyncio itself is not longer affected by the monkeypatching, because the C accelerators circumvent it. these lines are removed in cpython in 3.10 --HG-- branch : py3.8 - - - - - 5b0aac94 by Carl Friedrich Bolz-Tereick at 2021-06-13T13:44:54+02:00 fix missing import --HG-- branch : py3.8 - - - - - 3c29f943 by Carl Friedrich Bolz-Tereick at 2021-06-13T14:12:14+02:00 ouch, fix wrong code generation for positional only args with annotations --HG-- branch : py3.8 - - - - - a850619f by Carl Friedrich Bolz-Tereick at 2021-06-13T14:34:16+02:00 add a collect to make the test pass (and use a different object as x for the attributeerror, otherwise something keeps x alive) --HG-- branch : py3.8 - - - - - 1505d9ee by Carl Friedrich Bolz-Tereick at 2021-06-13T14:54:36+02:00 fix capitalize --HG-- branch : py3.8 - - - - - dcb4d9d7 by Carl Friedrich Bolz-Tereick at 2021-06-13T15:37:27+02:00 rip out get/set_coroutine_wrapper --HG-- branch : py3.8 - - - - - 8062f094 by Carl Friedrich Bolz-Tereick at 2021-06-13T15:42:52+02:00 finally skip this one, it will take some serious thinking at some point --HG-- branch : py3.8 - - - - - 13 changed files: - lib-python/3/test/test_asyncio/utils.py - lib-python/3/test/test_raise.py - lib-python/3/test/test_site.py - pypy/interpreter/astcompiler/symtable.py - pypy/interpreter/executioncontext.py - pypy/interpreter/pyframe.py - pypy/interpreter/test/apptest_coroutine.py - pypy/interpreter/test/apptest_exceptions.py - pypy/interpreter/test/apptest_function.py - pypy/module/sys/moduledef.py - pypy/module/sys/vm.py - pypy/objspace/std/test/test_unicodeobject.py - pypy/objspace/std/unicodeobject.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ccc8b8744dfb9810814b6a45aa0faf05fa50bf41...8062f0946a5dfaaff10be325763b812ea9fce77f -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/ccc8b8744dfb9810814b6a45aa0faf05fa50bf41...8062f0946a5dfaaff10be325763b812ea9fce77f 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