]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43659: Fix test_curses on AIX (GH-25074)
authorMichael Felt <aixtools@users.noreply.github.com>
Mon, 29 Mar 2021 19:06:24 +0000 (21:06 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Mar 2021 19:06:24 +0000 (22:06 +0300)
commitc8b5738810516df5722caf049003e9b319427bec
tree1b7f5f8c3b57fa8cf5d3deb2550d3510fbb340ba
parent32430aadadf6e012e39167d3c18a24e49fb84874
bpo-43659:  Fix test_curses on AIX (GH-25074)

curses.update_lines_cols() is only defined when the curses library
provides either resizeterm() or resize_term() functions which are optional
and are not provided on AIX.
Lib/test/test_curses.py