Vadim Pushtaev <pushtaev...@gmail.com> added the comment:
Also for `curses.panel.panel`: >>> from curses.panel import panel >>> panel.__new__(panel) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: object.__new__(_curses_panel.panel) is not safe, use _curses_panel.panel.__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