This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Michael.Felt, miss-islington, serhiy.storchaka
Date 2021-03-29.19:18:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617045499.07.0.458249288279.issue43659@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-03-29 19:18:19serhiy.storchakasetrecipients: + serhiy.storchaka, Michael.Felt, miss-islington
2021-03-29 19:18:19serhiy.storchakasetmessageid: <1617045499.07.0.458249288279.issue43659@roundup.psfhosted.org>
2021-03-29 19:18:19serhiy.storchakalinkissue43659 messages
2021-03-29 19:18:19serhiy.storchakacreate