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 vstinner
Recipients mattip, miss-islington, pablogsal, vstinner
Date 2021-01-20.15:35:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611156950.49.0.0726815821119.issue42604@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-01-20 15:35:50vstinnersetrecipients: + vstinner, mattip, pablogsal, miss-islington
2021-01-20 15:35:50vstinnersetmessageid: <1611156950.49.0.0726815821119.issue42604@roundup.psfhosted.org>
2021-01-20 15:35:50vstinnerlinkissue42604 messages
2021-01-20 15:35:50vstinnercreate