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 RedEyed
Recipients Alex Shpilkin, RedEyed, doko, vstinner
Date 2021-02-16.12:30:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613478618.83.0.0329930222076.issue42580@roundup.psfhosted.org>
In-reply-to
Content
Note, that adding "lib" prefix to any library is wrong, that's why it returns "None" or raises the exception.

And it works fine when you call find_library("c")

I guess the issue, that was reported here, is about raising and exception instead of returning "None", but not about finding library, isn't it?
History
Date User Action Args
2021-02-16 12:30:19RedEyedsetrecipients: + RedEyed, doko, vstinner, Alex Shpilkin
2021-02-16 12:30:18RedEyedsetmessageid: <1613478618.83.0.0329930222076.issue42580@roundup.psfhosted.org>
2021-02-16 12:30:18RedEyedlinkissue42580 messages
2021-02-16 12:30:18RedEyedcreate