[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: more merge-from-default cleanup

2020-08-26 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 1ddc8bd8 by Matti Picus at 2020-08-25T20:48:02+03:00 more merge-from-default cleanup --HG-- branch : py3.6 - - - - - 1b2d3708 by Matti Picus at 2020-08-26T17:43:49+03:00 more merge-from-default cleanup --HG-- branch : py3.6 -

[pypy-commit] [Git][pypy/pypy][branch/py3.6] more merge-from-default cleanup

2020-08-26 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 1b2d3708 by Matti Picus at 2020-08-26T17:43:49+03:00 more merge-from-default cleanup --HG-- branch : py3.6 - - - - - 1 changed file: - pypy/interpreter/test/test_app_main.py View it on GitLab: https://foss.heptapod.net/py

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: add a gc.collect for pypy

2020-08-26 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 2911ecba by Matti Picus at 2020-08-26T23:57:08+03:00 add a gc.collect for pypy - - - - - e3c81a24 by Matti Picus at 2020-08-27T00:14:59+03:00 dict order can change between cpython2 and pypy2. Test against both ordering - - -