mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
python3-gevent: fix syntax error in cve patch
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user