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 Michael.Felt, aixtools@gmail.com, martin.panter
Date 2020-02-02.11:05:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580641506.16.0.134442503269.issue28276@roundup.psfhosted.org>
In-reply-to
Content
This is something from long long ago - time to get it completed.

The (remaining) issue is: "c" and "m" may not be shared libraries - so nothing is ever found and the test is "skipped" but reports itself as PASSED.

The original issue (fixed for AIX in Python3.7) would be if find_library itself is broken and always returns NULL/None.

Again, the tests says "PASSED" when actually it was skipped.

Following this - Martin's suggestion seems a viable solution.
History
Date User Action Args
2020-02-02 11:05:06Michael.Feltsetrecipients: + Michael.Felt, martin.panter, aixtools@gmail.com
2020-02-02 11:05:06Michael.Feltsetmessageid: <1580641506.16.0.134442503269.issue28276@roundup.psfhosted.org>
2020-02-02 11:05:06Michael.Feltlinkissue28276 messages
2020-02-02 11:05:06Michael.Feltcreate