[pypy-commit] [Git][pypy/pypy][topic/py3.6/recvmsg_into] Simplify rpython recvinto() and deal with non-raw buffers in interp_socket.py

Ronan Lamy foss at heptapod.net
Mon Apr 20 14:18:29 EDT 2020



Ronan Lamy pushed to branch topic/py3.6/recvmsg_into at PyPy / pypy


Commits:
0e24b453 by Ronan Lamy at 2020-04-17T22:14:33Z
Simplify rpython recvinto() and deal with non-raw buffers in interp_socket.py

The 'rwbuffer' argument must now have a valid .get_raw_address().

--HG--
branch : py3.6

- - - - -


4 changed files:

- pypy/module/_socket/interp_socket.py
- pypy/module/_socket/test/test_sock_app.py
- rpython/rlib/rsocket.py
- rpython/rlib/test/test_rsocket.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0e24b4530fe481c71e760121ca5f83e51a499017

-- 
View it on GitLab: https://foss.heptapod.net/pypy/pypy/commit/0e24b4530fe481c71e760121ca5f83e51a499017
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200420/0a527d64/attachment.html>


More information about the pypy-commit mailing list