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-29.23:59:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611964745.93.0.560794532175.issue42604@roundup.psfhosted.org>
In-reply-to
Content
> It seems like Python no long builds on PPC64 AIX 3.x buildbot:
> https://buildbot.python.org/all/#/builders/438/builds/753

Sorry, it was unrelated to this issue. I fixed it with:

New changeset 0837f99d3367ecf200033bbddfa05d061ae9f483 by Victor Stinner in branch 'master':
bpo-42323: Fix math.nextafter() on AIX (GH-24381)

> This is bpo-42979: "_zoneinfo: zoneinfomodule_exec() doesn't check for PyDateTime_IMPORT failure".

_zoneinfo has also been fixed.
History
Date User Action Args
2021-01-29 23:59:05vstinnersetrecipients: + vstinner, mattip, pablogsal, miss-islington
2021-01-29 23:59:05vstinnersetmessageid: <1611964745.93.0.560794532175.issue42604@roundup.psfhosted.org>
2021-01-29 23:59:05vstinnerlinkissue42604 messages
2021-01-29 23:59:05vstinnercreate