]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3: Initialize struct termios before calling tcgetattr()
authorKhem Raj <raj.khem@gmail.com>
Thu, 25 Jan 2024 00:05:24 +0000 (16:05 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 27 Jan 2024 08:12:24 +0000 (08:12 +0000)
commit515e7cf61c4ce5f6d572562ec851f01dade5cca0
tree83dca55b8bfba4694ca37d832bf44f53c7b42e94
parent90eef01e2d7fbde43e8325f075383d0931924cc8
python3: Initialize struct termios before calling tcgetattr()

Fixes ptest failures on python 3.12

    Failed ptests:
    {'python3': ['test_tcgetattr',
                 'test_cfmakeraw',
                 'test_setcbreak',
                 'test_setraw',
                 'python3']}

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/0001-gh-114492-Initialize-struct-termios-before-calling-t.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.12.1.bb