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 pablogsal
Recipients christian.heimes, erlendaasland, pablogsal, serhiy.storchaka, shreyanavigyan, vstinner
Date 2021-05-01.00:48:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619830138.94.0.873500284336.issue43916@roundup.psfhosted.org>
In-reply-to
Content
The problem is that the curses module is using a function that requires to be built in the core:

#ifdef Py_BUILD_CORE
extern int _PyStructSequence_InitType(
    PyTypeObject *type,
    PyStructSequence_Desc *desc,
    unsigned long tp_flags);
#endif
History
Date User Action Args
2021-05-01 00:48:58pablogsalsetrecipients: + pablogsal, vstinner, christian.heimes, serhiy.storchaka, erlendaasland, shreyanavigyan
2021-05-01 00:48:58pablogsalsetmessageid: <1619830138.94.0.873500284336.issue43916@roundup.psfhosted.org>
2021-05-01 00:48:58pablogsallinkissue43916 messages
2021-05-01 00:48:58pablogsalcreate