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 Vadim Pushtaev
Recipients Vadim Pushtaev, ncoghlan, ppperry, serhiy.storchaka
Date 2018-09-03.12:44:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535978679.57.0.56676864532.issue34284@psf.upfronthosting.co.za>
In-reply-to
Content
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__()
History
Date User Action Args
2018-09-03 12:44:39Vadim Pushtaevsetrecipients: + Vadim Pushtaev, ncoghlan, serhiy.storchaka, ppperry
2018-09-03 12:44:39Vadim Pushtaevsetmessageid: <1535978679.57.0.56676864532.issue34284@psf.upfronthosting.co.za>
2018-09-03 12:44:39Vadim Pushtaevlinkissue34284 messages
2018-09-03 12:44:39Vadim Pushtaevcreate