From 8c59686618d7734d1cce0d2489022575970dd372 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Fri, 24 Oct 2025 13:04:47 +0200 Subject: python3-gevent: fix syntax error in cve patch Signed-off-by: Gyorgy Sarvari --- meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-gevent') diff --git a/meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch b/meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch index c92ba876a8..300f37cc32 100644 --- a/meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch +++ b/meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch @@ -356,7 +356,7 @@ index 0ebe095..078398a 100644 + # we can't be sure we can synchronize and properly parse the next + # request. + raise -+ except socket.error ++ except socket.error: + # Don't let socket exceptions during discarding # input override any exception that may have been # raised by the application, such as our own _InvalidClientInput. -- cgit v1.2.3-54-g00ecf