Message385347
I reopen the issue.
It seems like Python no long builds on PPC64 AIX 3.x buildbot:
https://buildbot.python.org/all/#/builders/438/builds/753
"setup.py build" crash with an assertion error:
Assertion failed: (item != NULL) ^ (PyErr_Occurred() != NULL), file Objects/abstract.c, line 163
The linker also displays tons of warnings. Examples:
ld: 0711-327 WARNING: Entry point not found: PyInit__uuid.cpython-310d
ld: 0711-327 WARNING: Entry point not found: PyInit__multiprocessing.cpython-310d
ld: 0711-327 WARNING: Entry point not found: PyInit__tkinter.cpython-310d
Can it be related to the commit a44ce6c9f725d336aea51a946b42769f29fed613 of this issue? |
|
Date |
User |
Action |
Args |
2021-01-20 15:35:50 | vstinner | set | recipients:
+ vstinner, mattip, pablogsal, miss-islington |
2021-01-20 15:35:50 | vstinner | set | messageid: <1611156950.49.0.0726815821119.issue42604@roundup.psfhosted.org> |
2021-01-20 15:35:50 | vstinner | link | issue42604 messages |
2021-01-20 15:35:50 | vstinner | create | |
|