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 serhiy.storchaka, vstinner
Date 2020-12-20.21:10:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608498600.94.0.0759010269747.issue42694@roundup.psfhosted.org>
In-reply-to
Content
======================================================================
FAIL: test_new_curses_panel (test.test_curses.TestCurses)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_curses.py", line 425, in test_new_curses_panel
    self.assertRaises(TypeError, type(panel))
AssertionError: TypeError not raised by panel

----------------------------------------------------------------------

The regression was introduced in 1baf030a902392fe92d934ed0fb6a385cf7d8869 (issue1635741). It can lead to crash because creation of non-initialized object is allowed now. See issue23815 for details.
History
Date User Action Args
2020-12-20 21:10:00serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2020-12-20 21:10:00serhiy.storchakasetmessageid: <1608498600.94.0.0759010269747.issue42694@roundup.psfhosted.org>
2020-12-20 21:10:00serhiy.storchakalinkissue42694 messages
2020-12-20 21:10:00serhiy.storchakacreate