[pypy-commit] [Git][pypy/pypy][branch/py3.7] properly define ssize_t and recv() for win64 in _rsocket_ffi

2021-05-04 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 23d27c61 by Matti Picus at 2021-05-04T10:18:22+03:00 properly define ssize_t and recv() for win64 in _rsocket_ffi --HG-- branch : py3.7 - - - - - 1 changed file: - rpython/rlib/_rsocket_rffi.py View it on Heptapod: https:

[pypy-commit] [Git][pypy/pypy][branch/default] properly define ssize_t and recv() for win64 in _rsocket_ffi

2021-05-04 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 933e1f36 by Matti Picus at 2021-05-04T10:18:22+03:00 properly define ssize_t and recv() for win64 in _rsocket_ffi - - - - - 1 changed file: - rpython/rlib/_rsocket_rffi.py View it on Heptapod: https://foss.heptapod.net/p

[pypy-commit] [Git][pypy/pypy][branch/default] test, fix partial implementation of PyNumber_AsSsize_t (issue 3456)

2021-05-04 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: b24811ed by Matti Picus at 2021-05-04T14:40:34+03:00 test, fix partial implementation of PyNumber_AsSsize_t (issue 3456) - - - - - 3 changed files: - pypy/module/cpyext/api.py - pypy/module/cpyext/number.py - pypy/module/cp

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.2] 4 commits: update_vendored.sh: copy hpy.devel to lib_pypy and show status of the whole repo

2021-05-04 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy Commits: 8d3ba68f by Ronan Lamy at 2021-04-29T17:42:34+01:00 update_vendored.sh: copy hpy.devel to lib_pypy and show status of the whole repo --HG-- branch : hpy-0.0.2 - - - - - be5b558e by Ronan Lamy at 2021-04-29T17:44:29+01:00 Run

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.2] Stop tracking debug handles when closing them

2021-05-04 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy Commits: 5c8eb6b9 by Ronan Lamy at 2021-05-04T15:51:55+01:00 Stop tracking debug handles when closing them --HG-- branch : hpy-0.0.2 - - - - - 4 changed files: - pypy/module/_hpy_universal/handlemanager.py - pypy/module/_hpy_unive

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.2] Also reinitialise g_debug_ctx before each test

2021-05-04 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy Commits: fa8258ad by Ronan Lamy at 2021-05-04T17:30:55+01:00 Also reinitialise g_debug_ctx before each test --HG-- branch : hpy-0.0.2 - - - - - 2 changed files: - pypy/module/_hpy_universal/state.py - pypy/module/_hpy_universal/te

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.2] fix test

2021-05-04 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy Commits: 711f53f1 by Ronan Lamy at 2021-05-04T17:47:39+01:00 fix test --HG-- branch : hpy-0.0.2 - - - - - 1 changed file: - pypy/module/_hpy_universal/test/test_apiset.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: add special error messange for '\0' in rstruct.formatiterator for bpo-35714

2021-05-04 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 72bb13d4 by nulano at 2021-05-01T19:45:07+02:00 add special error messange for '\0' in rstruct.formatiterator for bpo-35714 --HG-- branch : bpo-35714 - - - - - fd99ad79 by Matti Picus at 2021-05-04T18:52:27+03:00 merge bpo-3

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] add implementation_lower to distutils.command.install (issue 3436)

2021-05-04 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy Commits: d262bea5 by Matti Picus at 2021-04-18T23:08:14-04:00 add implementation_lower to distutils.command.install (issue 3436) --HG-- branch : release-pypy3.7-v7.x - - - - - 1 changed file: - lib-python/3/distutils/c

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 5 commits: add implementation_lower to distutils.command.install (issue 3436)

2021-05-04 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 48cb6f22 by Matti Picus at 2021-04-18T23:08:14-04:00 add implementation_lower to distutils.command.install (issue 3436) --HG-- branch : distutils-implementation - - - - - ff2adf91 by nulano at 2021-05-01T19:37:25+02:00 implemen

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: Fix a bug in objspace.fake.checkmodule which was introduced 5 years ago by e7c6c1c7

2021-05-04 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 0fd0206b by Antonio Cuni at 2021-04-11T16:13:53+02:00 Fix a bug in objspace.fake.checkmodule which was introduced 5 years ago by e7c6c1c7 The call to module.init() causes module.startup() to be called at translation-time and