Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 901acb4

Browse files
committed
merge 3.3 (#20251)
2 parents e19d9d1 + a677d76 commit 901acb4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/socketmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,6 @@ sock_recvfrom_into(PySocketSockObject *s, PyObject *args, PyObject* kwds)
28642864
return NULL;
28652865
buf = pbuf.buf;
28662866
buflen = pbuf.len;
2867-
assert(buf != 0 && buflen > 0);
28682867

28692868
if (recvlen < 0) {
28702869
PyBuffer_Release(&pbuf);

0 commit comments

Comments
 (0)