From 2faf8fe58480b2e5909a51966e356609abe3f8f8 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Thu, 9 Dec 2021 21:33:16 +0100 Subject: python3: udpate to 3.10.1 Refreshed patches. (From OE-Core rev: b82ea986a492791716c3da07a7d728edd17654c9) Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- ...001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch') diff --git a/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch b/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch index d6aa9501a7..df5179e877 100644 --- a/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch +++ b/meta/recipes-devtools/python/python3/0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch @@ -1,4 +1,4 @@ -From d8521ee967937184eadc59fff1a30740ad181a98 Mon Sep 17 00:00:00 2001 +From 86061629f4a179e740a17e53dd2c98ab47af2fe2 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 16 Sep 2021 16:35:37 +0200 Subject: [PATCH] Lib/pty.py: handle stdin I/O errors same way as master I/O @@ -24,12 +24,13 @@ So let's treat both channels the same. Upstream-Status: Submitted [https://github.com/python/cpython/pull/28388] Signed-off-by: Alexander Kanavin + --- Lib/pty.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Lib/pty.py b/Lib/pty.py -index 8d8ce40df5..35439c6b96 100644 +index 8d8ce40..35439c6 100644 --- a/Lib/pty.py +++ b/Lib/pty.py @@ -154,7 +154,10 @@ def _copy(master_fd, master_read=_read, stdin_read=_read): @@ -44,6 +45,3 @@ index 8d8ce40df5..35439c6b96 100644 if not data: fds.remove(STDIN_FILENO) else: --- -2.20.1 - -- cgit v1.2.3-54-g00ecf