]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142991: Fix socketmodule.c build: remove _Py_FALLTHROUGH (#143514)
authorVictor Stinner <vstinner@python.org>
Wed, 7 Jan 2026 14:17:06 +0000 (15:17 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Jan 2026 14:17:06 +0000 (14:17 +0000)
commit43e495d6f4e0efe6e7a54625d559f2f656f36916
tree4fdda1dafab8970241fe80bd27ca6ecc6568d59b
parentd030847a23500ee613ac15a454dad82d2c64b836
[3.13] gh-142991: Fix socketmodule.c build: remove _Py_FALLTHROUGH (#143514)

Fix commit 7f936694dbc0dc0dbb07d98fa668776c4e4ca595 backport which
uses _Py_FALLTHROUGH: this macro only exists in Python 3.14 and
newer.
Modules/socketmodule.c