[issue42694] Failed test_new_curses_panel in test_curses

2020-12-25 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42694] Failed test_new_curses_panel in test_curses

2020-12-25 Thread STINNER Victor
STINNER Victor added the comment: New changeset 993e88cf08994f7c1e0f9f62fda4ed32634ee2ad by Victor Stinner in branch 'master': bpo-42694: Prevent creating _curses_panel.panel (GH-23948) https://github.com/python/cpython/commit/993e88cf08994f7c1e0f9f62fda4ed32634ee2ad --

[issue42694] Failed test_new_curses_panel in test_curses

2020-12-25 Thread mohamed koubaa
Change by mohamed koubaa : -- nosy: +koubaa nosy_count: 2.0 -> 3.0 pull_requests: +22797 pull_request: https://github.com/python/cpython/pull/21986 ___ Python tracker ___

[issue42694] Failed test_new_curses_panel in test_curses

2020-12-25 Thread STINNER Victor
STINNER Victor added the comment: 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. -- ___ Python

[issue42694] Failed test_new_curses_panel in test_curses

2020-12-25 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +22796 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23948 ___ Python tracker ___

[issue42694] Failed test_new_curses_panel in test_curses

2020-12-20 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : == FAIL: test_new_curses_panel (test.test_curses.TestCurses) -- Traceback (most recent call last): File