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-13.16:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597337486.31.0.418573612369.issue41540@roundup.psfhosted.org>
In-reply-to
Content
The test (size > (size_t)PY_SSIZE_T_MAX)) has nothing to do with it. Within Python, most sizes are ssize_t, so a value larger than SSIZE_MAX is suspicious.


AIX is an unsupported platform.

Realistically, if people want AIX to be supported, someone has to give core devs full ssh access to an AIX system.

Perhaps I'll just skip this test on AIX.
History
Date User Action Args
2020-08-13 16:51:26skrahsetrecipients: + skrah, David.Edelsohn, sanket, T.Rex
2020-08-13 16:51:26skrahsetmessageid: <1597337486.31.0.418573612369.issue41540@roundup.psfhosted.org>
2020-08-13 16:51:26skrahlinkissue41540 messages
2020-08-13 16:51:26skrahcreate