circuitpython/ports/raspberrypi/common-hal/socketpool
Jeff Epler e05f0ba3b2
Revert "Correctly raise OS error in socketpool_socket_recv_into()"
This reverts commit 7e6e824d56.

Fixes #7770

The change in #7623 needs to be revered; the raise-site added in #7632
is the correct one and the one in socketpool needs to be reverted.

This is not affecting 8.0.x because #7623 was not back-ported to there
before we realized it was not a full fix.

Both #7770 and #7606 should be re-tested. I didn't test.
2023-03-22 14:32:06 -05:00
..
Socket.c Revert "Correctly raise OS error in socketpool_socket_recv_into()" 2023-03-22 14:32:06 -05:00
Socket.h Enable, use SOF_REUSEADDR 2022-10-25 10:09:16 -05:00
SocketPool.c Make the "name or service not known" message translatable 2022-12-26 13:58:31 -06:00
SocketPool.h Refactor so that all sites of name lookup failure result in gaierror 2022-12-14 14:45:32 -06:00
__init__.c Implement DNS resolution 2022-09-28 10:06:33 -05:00
__init__.h Implement DNS resolution 2022-09-28 10:06:33 -05:00