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 vstinner
Recipients Alex Shpilkin, RedEyed, doko, eryksun, vstinner
Date 2021-02-16.15:18:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613488681.35.0.707927441094.issue42580@roundup.psfhosted.org>
In-reply-to
Content
The documentation is explicit: you must not include the "lib" prefix.
https://docs.python.org/dev/library/ctypes.html#ctypes.util.find_library

See also examples:
https://docs.python.org/dev/library/ctypes.html#finding-shared-libraries

If it worked with "lib" prefix in Python 3.8, it wasn't on purpose.

You should fix your code, but Python works as expected. I close the issue.
History
Date User Action Args
2021-02-16 15:18:01vstinnersetrecipients: + vstinner, doko, eryksun, Alex Shpilkin, RedEyed
2021-02-16 15:18:01vstinnersetmessageid: <1613488681.35.0.707927441094.issue42580@roundup.psfhosted.org>
2021-02-16 15:18:01vstinnerlinkissue42580 messages
2021-02-16 15:18:01vstinnercreate