diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-12-15 14:32:46 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-12-23 05:46:32 -0800 |
| commit | a56d901283368109c94068749c7356724d839113 (patch) | |
| tree | 804b580c1918944565f663a0663c68ae20b3e499 /meta/recipes-devtools/python/python3 | |
| parent | 19fce77a5f132c569c555e8b6a4dda1379537653 (diff) | |
| download | poky-a56d901283368109c94068749c7356724d839113.tar.gz | |
python3: Drop empty patch
The fix brought by this patch is already part of python 3.12.3
therefore drop it.
(From OE-Core rev: 555623d2378138fdcfae95c04e06ba384cebab5b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3')
| -rw-r--r-- | meta/recipes-devtools/python/python3/0001-gh-114492-Initialize-struct-termios-before-calling-t.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-gh-114492-Initialize-struct-termios-before-calling-t.patch b/meta/recipes-devtools/python/python3/0001-gh-114492-Initialize-struct-termios-before-calling-t.patch deleted file mode 100644 index 8406ef30a2..0000000000 --- a/meta/recipes-devtools/python/python3/0001-gh-114492-Initialize-struct-termios-before-calling-t.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | From 439aa02f42d6e6715c172076261757fcb89a936a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: "Miss Islington (bot)" | ||
| 3 | <31488909+miss-islington@users.noreply.github.com> | ||
| 4 | Date: Tue, 23 Jan 2024 23:02:02 +0100 | ||
| 5 | Subject: [PATCH] gh-114492: Initialize struct termios before calling | ||
| 6 | tcgetattr() (GH-114495) (GH-114502) | ||
| 7 | |||
| 8 | On Alpine Linux it could leave some field non-initialized. | ||
| 9 | (cherry picked from commit d22c066b802592932f9eb18434782299e80ca42e) | ||
| 10 | |||
| 11 | Upstream-Status: Backport [https://github.com/python/cpython/commit/386c72d9928c51aa2c855ce592bd8022da3b407f] | ||
| 12 | Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||
| 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 14 | --- | ||
| 15 | .../next/Library/2024-01-23-21-20-40.gh-issue-114492.vKxl5o.rst | 2 ++ | ||
| 16 | 1 file changed, 2 insertions(+) | ||
| 17 | create mode 100644 Misc/NEWS.d/next/Library/2024-01-23-21-20-40.gh-issue-114492.vKxl5o.rst | ||
| 18 | |||
| 19 | diff --git a/Misc/NEWS.d/next/Library/2024-01-23-21-20-40.gh-issue-114492.vKxl5o.rst b/Misc/NEWS.d/next/Library/2024-01-23-21-20-40.gh-issue-114492.vKxl5o.rst | ||
| 20 | new file mode 100644 | ||
| 21 | index 0000000..8df8299 | ||
| 22 | --- /dev/null | ||
| 23 | +++ b/Misc/NEWS.d/next/Library/2024-01-23-21-20-40.gh-issue-114492.vKxl5o.rst | ||
| 24 | @@ -0,0 +1,2 @@ | ||
| 25 | +Make the result of :func:`termios.tcgetattr` reproducible on Alpine Linux. | ||
| 26 | +Previously it could leave a random garbage in some fields. | ||
