[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: use an environment varialble to detect test_app_main. Is this a security risk?

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 41d663e4 by Matti Picus at 2020-08-24T11:29:36+03:00 use an environment varialble to detect test_app_main. Is this a security risk? - - - - - 1a3adda2 by Matti Picus at 2020-08-24T11:31:59+03:00 fix test that fails in a pypy v

[pypy-commit] [Git][pypy/pypy][branch/redo-pr-639] move test to correct class

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/redo-pr-639 at PyPy / pypy Commits: 8e155e26 by Matti Picus at 2020-08-24T12:37:40+03:00 move test to correct class --HG-- branch : redo-pr-639 - - - - - 1 changed file: - pypy/module/posix/test/test_posix2.py View it on GitLab: https://foss.heptapod.

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 8 commits: reconstruct bitbucket PR 639 that got closed

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: abde961f by Matti Picus at 2020-08-11T20:08:20+03:00 reconstruct bitbucket PR 639 that got closed --HG-- branch : redo-pr-639 - - - - - af0f67f4 by Matti Picus at 2020-08-11T23:47:30+03:00 rework the PR. getgrouplist was alread

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 2 commits: convert test_ to apptest_, tweak help text

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: f0d3e084 by Matti Picus at 2020-08-24T13:07:36+03:00 convert test_ to apptest_, tweak help text --HG-- branch : py3.6 - - - - - 48cbbfb0 by Matti Picus at 2020-08-24T13:40:20+03:00 this is always skipped on python3 --HG-- bran

[pypy-commit] [Git][pypy/pypy][branch/default] app_main: instead of guessing in we_are_translated(), just use a global

2020-08-24 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 385e34da by Armin Rigo at 2020-08-24T13:41:21+02:00 app_main: instead of guessing in we_are_translated(), just use a global flag which is True, but set to False when running tests - - - - - 2 changed files: - pypy/interprete

[pypy-commit] [Git][pypy/pypy][branch/default] suppress IPH in fclose, pclose via new Suppress_IPH context manager

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a36bbe54 by Matti Picus at 2020-08-24T17:44:51+03:00 suppress IPH in fclose, pclose via new Suppress_IPH context manager This should be used where CPython uses _Py_BEGIN_SUPPRESS_IPH, _Py_END_SUPPRESS_IPH - - - - - 2 chang

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-vendored] Make the HPy_Def hack work after translation as well

2020-08-24 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-update-vendored at PyPy / pypy Commits: e3626b84 by Ronan Lamy at 2020-08-24T16:34:31+01:00 Make the HPy_Def hack work after translation as well --HG-- branch : hpy-update-vendored - - - - - 3 changed files: - pypy/module/_hpy_universal/interp_type.py

[pypy-commit] [Git][pypy/pypy][branch/py3.6] update SOABI to be PEP-3149 compliant, will break wheel<0.35.0

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 9f09c7a4 by Matti Picus at 2020-08-24T19:40:41+03:00 update SOABI to be PEP-3149 compliant, will break wheel<0.35.0 --HG-- branch : py3.6 - - - - - 2 changed files: - lib-python/3/sysconfig.py - lib_pypy/_sysconfigdata.py

[pypy-commit] [Git][pypy/pypy][branch/hpy-update-vendored] fix translation

2020-08-24 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-update-vendored at PyPy / pypy Commits: d5ae69eb by Ronan Lamy at 2020-08-24T19:41:24+01:00 fix translation --HG-- branch : hpy-update-vendored - - - - - 1 changed file: - pypy/module/_hpy_universal/interp_slot.py View it on GitLab: https://foss.he

[pypy-commit] [Git][pypy/pypy][branch/default] test, implement sq_repeat wrapper (issue 3281)

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 9e605908 by Matti Picus at 2020-08-24T18:22:06+03:00 test, implement sq_repeat wrapper (issue 3281) - - - - - 2 changed files: - pypy/module/cpyext/slotdefs.py - pypy/module/cpyext/test/test_iterator.py View it on GitLab:

[pypy-commit] [Git][pypy/pypy][branch/default] test, implemenst sq_inplace_repeat wrapper; cleanup from 0fd79fda9e0a

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 10ba3e18 by Matti Picus at 2020-08-24T22:50:49+03:00 test, implemenst sq_inplace_repeat wrapper; cleanup from 0fd79fda9e0a - - - - - 2 changed files: - pypy/module/cpyext/slotdefs.py - pypy/module/cpyext/test/test_iterator.

[pypy-commit] [Git][pypy/pypy][branch/py3.6] Backed out fb044708b024, it breaks building wheels

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 2f5f42cc by Matti Picus at 2020-08-24T23:11:01+03:00 Backed out fb044708b024, it breaks building wheels --HG-- branch : py3.6 - - - - - 2 changed files: - lib-python/3/sysconfig.py - lib_pypy/_sysconfigdata.py View it on G

[pypy-commit] [Git][pypy/pypy][branch/default] prevent LeakChecker from erroring on test exit by moving import to setup

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b7597585 by Matti Picus at 2020-08-25T00:53:36+03:00 prevent LeakChecker from erroring on test exit by moving import to setup - - - - - 2 changed files: - pypy/module/_multiprocessing/test/test_semaphore.py - pypy/module/_m

[pypy-commit] [Git][pypy/pypy][branch/default] typo

2020-08-24 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 919b3097 by Matti Picus at 2020-08-25T08:40:37+03:00 typo - - - - - 1 changed file: - rpython/rlib/rposix.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/919b3097f2013c79732e4d6ba91d611b04f90f22 -- V