[issue42580] ctypes.util.find_library("libc") fails

RedEyed report at bugs.python.org
Tue Feb 16 06:17:36 EST 2021


RedEyed <vadim.stupakov at gmail.com> added the comment:

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

----------
nosy: +RedEyed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42580>
_______________________________________


More information about the Python-bugs-list mailing list