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
Date 2021-02-16.11:17:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613474256.08.0.578705768041.issue42580@roundup.psfhosted.org>
In-reply-to
Content
can't reproduce

(py39) ➜  ~ ipython                                                 
Python 3.9.1 (default, Dec 11 2020, 14:32:07) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.20.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import ctypes.util
In [2]: a = ctypes.util.find_library("libc")
In [3]: print(a)
None
History
Date User Action Args
2021-02-16 11:17:36RedEyedsetrecipients: + RedEyed, doko, Alex Shpilkin
2021-02-16 11:17:36RedEyedsetmessageid: <1613474256.08.0.578705768041.issue42580@roundup.psfhosted.org>
2021-02-16 11:17:36RedEyedlinkissue42580 messages
2021-02-16 11:17:35RedEyedcreate