ppperry <maprea...@olum.org> added the comment:
Also happens for some objects in the `_tkinter` module: >>> _tkinter.TkttType.__new__(_tkinter.TkttType) Traceback (most recent call last): File "<pyshell#126>", line 1, in <module> _tkinter.TkttType.__new__(_tkinter.TkttType) TypeError: object.__new__(_tkinter.tktimertoken) is not safe, use _tkinter.tktimertoken.__new__() >>> _tkinter.Tcl_Obj.__new__(_tkinter.Tcl_Obj) Traceback (most recent call last): File "<pyshell#127>", line 1, in <module> _tkinter.Tcl_Obj.__new__(_tkinter.Tcl_Obj) TypeError: object.__new__(_tkinter.Tcl_Obj) is not safe, use _tkinter.Tcl_Obj.__new__() >>> _tkinter.TkappType.__new__(_tkinter.TkappType) Traceback (most recent call last): File "<pyshell#128>", line 1, in <module> _tkinter.TkappType.__new__(_tkinter.TkappType) TypeError: object.__new__(_tkinter.tkapp) is not safe, use _tkinter.tkapp.__new__() ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34284> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com