Skip to content

Commit 43e495d

Browse files
authored
[3.13] gh-142991: Fix socketmodule.c build: remove _Py_FALLTHROUGH (#143514)
Fix commit 7f93669 backport which uses _Py_FALLTHROUGH: this macro only exists in Python 3.14 and newer.
1 parent d030847 commit 43e495d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/socketmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2652,7 +2652,6 @@ getsockaddrlen(PySocketSockObject *s, socklen_t *len_ret)
26522652
#ifdef AF_DIVERT
26532653
case AF_DIVERT:
26542654
/* FreeBSD divert(4) sockets use sockaddr_in: fall-through */
2655-
_Py_FALLTHROUGH;
26562655
#endif /* AF_DIVERT */
26572656

26582657
case AF_INET:

0 commit comments

Comments
 (0)