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 mark.dickinson
Recipients David.Edelsohn, Michael.Felt, lemburg, mark.dickinson, rhettinger, stutzbach, vstinner
Date 2020-11-17.17:45:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605635158.23.0.301779260094.issue42323@roundup.psfhosted.org>
In-reply-to
Content
[Victor]

> How can we fix the buildbot? Add #ifdef in mathmodule.c to implement the special cases, but only on AIX? Skip the test?

I'm not super-keen on using #ifdefs to implement the special-case handling _just_ for AIX: that opens the door to a labyrinth of #ifdef'ery working around various different problems on various different platforms. If we're going to handle special cases ourselves, let's do it for all platforms.

But I'd also be fine with skipping the test (just on AIX, of course) for now. If we can also find a way to remind ourselves to revisit once the upstream bug has been fixed, so much the better.
History
Date User Action Args
2020-11-17 17:45:58mark.dickinsonsetrecipients: + mark.dickinson, lemburg, rhettinger, vstinner, stutzbach, David.Edelsohn, Michael.Felt
2020-11-17 17:45:58mark.dickinsonsetmessageid: <1605635158.23.0.301779260094.issue42323@roundup.psfhosted.org>
2020-11-17 17:45:58mark.dickinsonlinkissue42323 messages
2020-11-17 17:45:58mark.dickinsoncreate