Message394570
> I believe we can close this now, Victor. Please reopen if you disagree :)
I validated that all tests named "test(...)disallow(...)inst(...)" are now using support.check_disallow_instantiation().
Lib/test/test_tcl.py might use it in:
@support.cpython_only
def test_new_tcl_obj(self):
self.assertRaises(TypeError, _tkinter.Tcl_Obj)
self.assertRaises(TypeError, _tkinter.TkttType)
self.assertRaises(TypeError, _tkinter.TkappType)
Serhiy suggested to write an unit test for curses.ncurses_version:
https://bugs.python.org/issue43916#msg391936
This work can be done in bpo-43916. |
|
Date |
User |
Action |
Args |
2021-05-27 17:06:29 | vstinner | set | recipients:
+ vstinner, erlendaasland |
2021-05-27 17:06:29 | vstinner | set | messageid: <1622135189.89.0.727533133862.issue43988@roundup.psfhosted.org> |
2021-05-27 17:06:29 | vstinner | link | issue43988 messages |
2021-05-27 17:06:29 | vstinner | create | |
|