[pypy-commit] [Git][pypy/pypy][branch/default] trivial test fixes, backport Py_NAN fix

2020-12-30 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 84ef34d2 by Matti Picus at 2020-12-31T08:47:04+02:00 trivial test fixes, backport Py_NAN fix - - - - - 3 changed files: - extra_tests/test_os.py - pypy/module/cpyext/test/test_floatobject.py - pypy/module/time/test/test_tim

[pypy-commit] [Git][pypy/pypy][branch/py3.7] add missing import

2020-12-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: eb2cb1a3 by Matti Picus at 2020-12-31T08:06:41+02:00 add missing import --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/cpyext/test/test_floatobject.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/

[pypy-commit] [Git][pypy/pypy][branch/py3.7] sleep for at least 1 ms on windows, otherwise the test seems to lock up

2020-12-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: d0667de9 by Matti Picus at 2020-12-30T23:54:00+02:00 sleep for at least 1 ms on windows, otherwise the test seems to lock up --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/test/test_weakref.py View it on Gi

[pypy-commit] [Git][pypy/pypy][branch/py3.7] after updating windows build machines, extra stack depth is needed on windows too

2020-12-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: d3327c00 by Matti Picus at 2020-12-30T23:16:21+02:00 after updating windows build machines, extra stack depth is needed on windows too --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/conftest.py View it on GitLab:

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/some-3.8-features

2020-12-30 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed new branch branch/some-3.8-features at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/some-3.8-features You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 7 commits: factor out the more common path of "increase storage by 1" into its own method

2020-12-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 523889bc by Carl Friedrich Bolz-Tereick at 2020-12-28T20:06:46+01:00 factor out the more common path of "increase storage by 1" into its own method - - - - - c69fa693 by Carl Friedrich Bolz-Tereick at 2020-12-28T20:07:26+01:00

[pypy-commit] [Git][pypy/pypy][branch/default] 4 commits: add _msvccompiler from python3 and sync msvc-related files. Use _msvccompiler for windows

2020-12-30 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: e65add2e by Matti Picus at 2020-12-30T08:30:43+02:00 add _msvccompiler from python3 and sync msvc-related files. Use _msvccompiler for windows --HG-- branch : sync-distutils - - - - - b329a093 by Matti Picus at 2020-12-30T10

[pypy-commit] [Git][pypy/pypy] Deleted branch branch/sync-distutils

2020-12-30 Thread Matti Picus
Matti Picus deleted branch branch/sync-distutils at PyPy / pypy -- 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

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix some py3.7 cpyext tests for win64

2020-12-30 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 42eb475c by Matti Picus at 2020-12-30T11:35:28+02:00 fix some py3.7 cpyext tests for win64 --HG-- branch : py3.7 - - - - - 5 changed files: - pypy/module/cpyext/include/pymath.h - pypy/module/cpyext/test/test_cpyext.py - pyp

[pypy-commit] [Git][pypy/pypy][branch/sync-distutils] fix for python2

2020-12-30 Thread Matti Picus
Matti Picus pushed to branch branch/sync-distutils at PyPy / pypy Commits: b329a093 by Matti Picus at 2020-12-30T10:29:46+02:00 fix for python2 --HG-- branch : sync-distutils - - - - - 3 changed files: - lib-python/2.7/distutils/_msvccompiler.py - lib-python/2.7/distutils/ccompiler.py - li