[pypy-commit] [Git][pypy/pypy][branch/default] #3584: add __builtins__ to globals dict in eval call

2022-01-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 88970e78 by Carl Friedrich Bolz-Tereick at 2022-01-10T13:00:19+01:00 #3584: add __builtins__ to globals dict in eval call - - - - - 2 changed files: - pypy/module/__builtin__/compiling.py - pypy/module/__bui

[pypy-commit] [Git][pypy/pypy][branch/py3.8] skip test of signal that cannot work on windows

2022-01-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 5916027e by Matti Picus at 2022-01-10T18:59:05+02:00 skip test of signal that cannot work on windows --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/select/test/test_select_signal.py View it on Heptapod: htt