Message389728
Minor correction. update_lines_cols() is not provided by the underlying curses library, it is a helper defined in Python wrapper. But it is optional, snd skipping test is the correct solution. Thank you.
As for the core dump, could you please run the test in verbose mode with redirected stdout and stderr and show the result?
./python -m test -vuall test_curses 2>test.err >test.out
What is the default value of TERM? Does the result differ if set TERM=xterm? |
|
Date |
User |
Action |
Args |
2021-03-29 19:18:19 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, Michael.Felt, miss-islington |
2021-03-29 19:18:19 | serhiy.storchaka | set | messageid: <1617045499.07.0.458249288279.issue43659@roundup.psfhosted.org> |
2021-03-29 19:18:19 | serhiy.storchaka | link | issue43659 messages |
2021-03-29 19:18:19 | serhiy.storchaka | create | |
|