https://github.com/python/cpython/commit/2a1c9bd616b1b3a07c74d280e3f7e2bd94d0cc22
commit: 2a1c9bd616b1b3a07c74d280e3f7e2bd94d0cc22
branch: main
author: Shamil <[email protected]>
committer: sobolevn <[email protected]>
date: 2025-10-25T14:59:12Z
summary:
Remove unreachable break statements in _ctypes_test.c (#140585)
files:
M Modules/_ctypes/_ctypes_test.c
diff --git a/Modules/_ctypes/_ctypes_test.c b/Modules/_ctypes/_ctypes_test.c
index 66338805007853..a0c9d8b70fee46 100644
--- a/Modules/_ctypes/_ctypes_test.c
+++ b/Modules/_ctypes/_ctypes_test.c
@@ -989,13 +989,10 @@ EXPORT(RECT) ReturnRect(int i, RECT ar, RECT* br, POINT
cp, RECT dr,
{
case 0:
return ar;
- break;
case 1:
return dr;
- break;
case 2:
return gr;
- break;
}
return ar;
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]