Matti Picus pushed to branch branch/py3.6 at PyPy / pypy
Commits: 1b8f83b3 by Ronan Lamy at 2020-04-22T15:02:08Z Use py3-style names for function attributes Changes done via 'python-modernize -wnf lib2to3.fixes.fix_funcattrs rpython/' - - - - - 77cd6f37 by Ronan Lamy at 2020-04-22T16:05:02Z Avoid obsolete syntax for raise - - - - - c1dc93fe by Ronan Lamy at 2020-04-22T16:06:05Z Regenerate unicodedb and fix CJK range for 8.0 - - - - - 13b45144 by Ronan Lamy at 2020-04-24T19:12:08Z Merge branch 'topic/default/modernize' into 'branch/default' Modernise syntax See merge request pypy/pypy!718 - - - - - d7b55a35 by Matti Picus at 2020-04-27T05:58:56Z use space.getitem, fixes pybind11 (https://github.com/pybind/pybind11/pull/2146) - - - - - e522f084 by Matti Picus at 2020-04-27T06:00:00Z merge default into py3.6 --HG-- branch : py3.6 - - - - - 30 changed files: - pypy/module/cpyext/sequence.py - rpython/annotator/binaryop.py - rpython/annotator/bookkeeper.py - rpython/flowspace/flowcontext.py - rpython/flowspace/generator.py - rpython/flowspace/model.py - rpython/flowspace/objspace.py - rpython/flowspace/pygraph.py - rpython/flowspace/test/test_framestate.py - rpython/flowspace/test/test_objspace.py - rpython/jit/backend/llgraph/runner.py - rpython/jit/backend/llsupport/test/zrpy_gc_test.py - rpython/jit/backend/x86/test/test_zmath.py - rpython/jit/codewriter/jtransform.py - rpython/jit/codewriter/support.py - rpython/jit/metainterp/blackhole.py - rpython/jit/metainterp/executor.py - rpython/jit/metainterp/optimizeopt/util.py - rpython/jit/metainterp/pyjitpl.py - rpython/jit/metainterp/test/test_virtualizable.py - rpython/jit/metainterp/warmspot.py - rpython/memory/test/test_transformed_gc.py - rpython/rlib/entrypoint.py - rpython/rlib/jit.py - rpython/rlib/jit_hooks.py - rpython/rlib/objectmodel.py - rpython/rlib/parsing/makepackrat.py - rpython/rlib/rsre/rsre_core.py - rpython/rlib/rstrategies/rstrategies.py - rpython/rlib/rvmprof/test/support.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/975a352921009e630a3976b4288e13b44f771e4d...e522f0848835dfa5f4c424ed44944dd88cd884af -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/975a352921009e630a3976b4288e13b44f771e4d...e522f0848835dfa5f4c424ed44944dd88cd884af You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
