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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2020-12-26.00:40:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608943221.98.0.899155759594.issue42694@roundup.psfhosted.org>
In-reply-to
Content
I can reproduce the issue with the command:

./python -m test -u all test_curses

I wrote PR 23948 to fix the regression.

Note: "./python -m test test_curses" doesn't fail since the test is skipped.
History
Date User Action Args
2020-12-26 00:40:22vstinnersetrecipients: + vstinner, serhiy.storchaka
2020-12-26 00:40:21vstinnersetmessageid: <1608943221.98.0.899155759594.issue42694@roundup.psfhosted.org>
2020-12-26 00:40:21vstinnerlinkissue42694 messages
2020-12-26 00:40:21vstinnercreate