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 doko
Recipients Alex Shpilkin, RedEyed, doko, vstinner
Date 2021-02-16.13:27:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613482033.09.0.310608209183.issue42580@roundup.psfhosted.org>
In-reply-to
Content
ctypes.util.find_library("libc") used to work in 3.8, not working in 3.9. As I said before, ctypes.util.find_library("c") works in both 3.8 and 3.9.
History
Date User Action Args
2021-02-16 13:27:13dokosetrecipients: + doko, vstinner, Alex Shpilkin, RedEyed
2021-02-16 13:27:13dokosetmessageid: <1613482033.09.0.310608209183.issue42580@roundup.psfhosted.org>
2021-02-16 13:27:13dokolinkissue42580 messages
2021-02-16 13:27:13dokocreate