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 Michael.Felt
Recipients David.Edelsohn, Michael.Felt, lemburg, mark.dickinson, rhettinger, stutzbach, vstinner
Date 2020-11-17.14:23:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605623023.43.0.973893228851.issue42323@roundup.psfhosted.org>
In-reply-to
Content
Yes, just probing, the version of gcc is irrelevant.

What I do believe is important is that bot run 374, 375 and 376 passed - On AIX 7.1 TL4 SP8.

The failure starting with 377 is an undefined variable.

"./Modules/posixmodule.c", line 15146.53: 1506-045 (S) Undeclared identifier SPLICE_F_MOVE.
"./Modules/posixmodule.c", line 15147.57: 1506-045 (S) Undeclared identifier SPLICE_F_NONBLOCK.
"./Modules/posixmodule.c", line 15148.53: 1506-045 (S) Undeclared identifier SPLICE_F_MORE.

So, let's put this on hold. I'll get a new environment built up specific for testing python on AIX. Hopefully by Friday.
History
Date User Action Args
2020-11-17 14:23:43Michael.Feltsetrecipients: + Michael.Felt, lemburg, rhettinger, mark.dickinson, vstinner, stutzbach, David.Edelsohn
2020-11-17 14:23:43Michael.Feltsetmessageid: <1605623023.43.0.973893228851.issue42323@roundup.psfhosted.org>
2020-11-17 14:23:43Michael.Feltlinkissue42323 messages
2020-11-17 14:23:42Michael.Feltcreate