[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: initialize lock timeout on windows if timeout is infinite

2020-07-23 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: f11c0d69 by nulano at 2020-07-24T00:32:08+02:00 initialize lock timeout on windows if timeout is infinite --HG-- branch : initialize_lock_timeout_on_windows - - - - - 4a898c6e by nulano at 2020-07-24T00:33:34+02:00 Merge defa

[pypy-commit] [Git][pypy/pypy][branch/win64] fix rffi.LONG vs rffi.SIGNED in _rawffi/alt

2020-07-23 Thread nulano
nulano pushed to branch branch/win64 at PyPy / pypy Commits: 856c8c09 by nulano at 2020-07-24T04:23:39+02:00 fix rffi.LONG vs rffi.SIGNED in _rawffi/alt --HG-- branch : win64 - - - - - 6 changed files: - pypy/module/_rawffi/alt/interp_funcptr.py - pypy/module/_rawffi/alt/interp_struct.py -

[pypy-commit] [Git][pypy/pypy][branch/win64] replace long with Signed in thread*.c files

2020-07-23 Thread nulano
nulano pushed to branch branch/win64 at PyPy / pypy Commits: 3fc4f5e0 by nulano at 2020-07-23T23:57:46+02:00 replace long with Signed in thread*.c files the compiler is smart enough to handle these being long, but let's avoid any potential confusion --HG-- branch : win64 - - - - - 11 chan

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/initialize_lock_timeout_on_windows

2020-07-23 Thread nulano
nulano pushed new branch branch/initialize_lock_timeout_on_windows at PyPy / pypy -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/tree/branch/initialize_lock_timeout_on_windows You're receiving this email because of your account on foss.heptapod.net.

[pypy-commit] [Git][pypy/pypy][branch/py3.6] 5 commits: differentiate in tests between sys.maxunicode and sizeof(w_char_t)

2020-07-23 Thread Matti Picus
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy Commits: 407da114 by Matti Picus at 2020-07-23T21:44:54+03:00 differentiate in tests between sys.maxunicode and sizeof(w_char_t) --HG-- branch : py3.6 - - - - - d3879a19 by Matti Picus at 2020-07-23T15:04:29+03:00 skip test that fails o

[pypy-commit] [Git][pypy/pypy][branch/default] these are from an enum, not #define

2020-07-23 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: be6b8660 by Matti Picus at 2020-07-23T22:29:30+03:00 these are from an enum, not #define - - - - - 1 changed file: - rpython/rlib/_rsocket_rffi.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/be6b86600

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 6 commits: differentiate in tests between sys.maxunicode and sizeof(w_char_t)

2020-07-23 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 407da114 by Matti Picus at 2020-07-23T21:44:54+03:00 differentiate in tests between sys.maxunicode and sizeof(w_char_t) --HG-- branch : py3.6 - - - - - d3879a19 by Matti Picus at 2020-07-23T15:04:29+03:00 skip test that fails o

[pypy-commit] [Git][pypy/pypy][branch/py3.7] skip test that fails on python>3.6 (skipped rather than delete for easier merge)

2020-07-23 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: fdb57d4d by Matti Picus at 2020-07-23T15:04:29+03:00 skip test that fails on python>3.6 (skipped rather than delete for easier merge) --HG-- branch : py3.7 - - - - - 1 changed file: - pypy/module/imp/test/test_import.py V