STINNER Victor <vstin...@python.org> added the comment:
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? ---------- resolution: fixed -> status: closed -> open _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42604> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com