Message392554
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 |
|
Date |
User |
Action |
Args |
2021-05-01 00:48:58 | pablogsal | set | recipients:
+ pablogsal, vstinner, christian.heimes, serhiy.storchaka, erlendaasland, shreyanavigyan |
2021-05-01 00:48:58 | pablogsal | set | messageid: <1619830138.94.0.873500284336.issue43916@roundup.psfhosted.org> |
2021-05-01 00:48:58 | pablogsal | link | issue43916 messages |
2021-05-01 00:48:58 | pablogsal | create | |
|