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 skrah
Recipients David.Edelsohn, T.Rex, sanket, skrah
Date 2020-08-14.08:29:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597393743.43.0.146905772915.issue41540@roundup.psfhosted.org>
In-reply-to
Content
> So, this issue with v3.10 (master) appeared to me as a regression.

I understand that from your point of view it appears as a regression.

However, quoting the C standard, 7.20.3 Memory management functions:

"The pointer returned points to the start (lowest byte
address) of the allocated space. If the space cannot be allocated, a null pointer is
returned."


So, for a system that is not currently officially supported, I don't
consider it my problem if AIX thinks the space can be allocated.

But as I said, I can disable that test on AIX.  If I get AIX access,
I can look at this more.
History
Date User Action Args
2020-08-14 08:29:03skrahsetrecipients: + skrah, David.Edelsohn, sanket, T.Rex
2020-08-14 08:29:03skrahsetmessageid: <1597393743.43.0.146905772915.issue41540@roundup.psfhosted.org>
2020-08-14 08:29:03skrahlinkissue41540 messages
2020-08-14 08:29:03skrahcreate