[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

Martin Panter report at bugs.python.org
Fri Jun 10 00:33:52 EDT 2016


Martin Panter added the comment:

Will try to change the existing code from os.popen to subprocess (Issue 26439) to set a better example for new code like this

----------
dependencies: +avoid using a shell in ctypes.util: replace os.popen with subprocess

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26439>
_______________________________________


More information about the Python-bugs-list mailing list